Alphabetized import statements

This commit is contained in:
2022-03-02 05:45:01 -05:00
parent b8896a6b58
commit 2385f669f8
2 changed files with 5 additions and 5 deletions
+3 -3
View File
@@ -1,13 +1,13 @@
#!/bin/python3
# sshync 2022.03.02.unreleased14
# sshync 2022.03.02.unreleased15
# external modules
from os import path, system, walk
from os.path import getmtime, join, expanduser
from sys import exit as s_exit
from os.path import expanduser, getmtime, join
from pathlib import Path
from sys import exit as s_exit
# utility functions