From f38c0ab819a5cb4b0552d9f0724f1a577a8f7485 Mon Sep 17 00:00:00 2001 From: David Gay Date: Fri, 26 Jan 2024 23:57:50 -0500 Subject: Optimize imports --- subsync.py | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/subsync.py b/subsync.py index 9b100e9..572b35a 100644 --- a/subsync.py +++ b/subsync.py @@ -1,15 +1,14 @@ #!/usr/bin/env python +import json import os +import os.path +import re import subprocess import sys -import json -import os.path import time -import re -from pprint import pprint from multiprocessing import Pool -from collections import defaultdict + import chardet os.chdir(os.path.dirname(os.path.realpath(__file__))) -- cgit v1.2.3