From 348f60bead5b9d6a6bec57b7100493fd9a1ea64b Mon Sep 17 00:00:00 2001 From: Jip-Hop <2871973+Jip-Hop@users.noreply.github.com> Date: Tue, 15 Aug 2023 15:21:53 +0200 Subject: [PATCH] Sort imports --- jlmkr.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jlmkr.py b/jlmkr.py index b984045..ce58cd8 100755 --- a/jlmkr.py +++ b/jlmkr.py @@ -1,7 +1,6 @@ #!/usr/bin/env python3 import argparse -from collections import defaultdict import configparser import contextlib import ctypes @@ -19,6 +18,7 @@ import subprocess import sys import time import urllib.request +from collections import defaultdict from inspect import cleandoc from pathlib import Path, PurePath from textwrap import dedent