]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
tools: pylint analyze-dump-sort.py
authorFrantisek Sumsal <frantisek@sumsal.cz>
Mon, 17 Jul 2023 16:16:21 +0000 (18:16 +0200)
committerFrantisek Sumsal <frantisek@sumsal.cz>
Thu, 10 Aug 2023 09:08:17 +0000 (11:08 +0200)
tools/analyze-dump-sort.py

index 015027ad4b220da7de6cd56174bee73440a0d62d..db7b067b8b2686d9901f5710b526472de3e661e2 100755 (executable)
@@ -13,8 +13,9 @@ tools/analyze-dump-sort.py /var/tmp/{dump1,dump2} → this does a diff from dump
 """
 
 import argparse
-import tempfile
 import subprocess
+import tempfile
+
 
 def sort_dump(sourcefile, destfile=None):
     if destfile is None: