Remove unused import that breaks on windows

This commit is contained in:
Bastiaan Olij 2021-08-28 14:50:23 +10:00
parent 9d4e51011a
commit dd72ce151a

View File

@ -1,7 +1,6 @@
#!/usr/bin/env python #!/usr/bin/env python
import json import json
from os import set_blocking
import re import re
import shutil import shutil
from pathlib import Path from pathlib import Path