python: Format and sort imports
ruff check --select I001 --fix applied to all python files that had
this as only issue.
Signed-off-by: Pieter De Gendt <pieter.degendt@basalte.be>
diff --git a/scripts/check_maintainers.py b/scripts/check_maintainers.py
index 8b393b0..d7eec12 100755
--- a/scripts/check_maintainers.py
+++ b/scripts/check_maintainers.py
@@ -7,9 +7,10 @@
import argparse
import sys
-from github_helpers import get_github_object
from get_maintainer import Maintainers
from github.GithubException import UnknownObjectException
+from github_helpers import get_github_object
+
def parse_args():
parser = argparse.ArgumentParser(