Fixed import order

This commit is contained in:
2Shirt 2019-05-13 19:45:57 -06:00
parent ab4c201b4b
commit 7b7e50b524
Signed by: 2Shirt
GPG key ID: 152FAC923B0E132C

View file

@ -7,13 +7,13 @@ import pathlib
import re
import stat
import time
import pytz
from operator import itemgetter
import pytz
from functions.data import *
from functions.hw_diags import *
from functions.json import *
from functions.tmux import *
from operator import itemgetter
from settings.ddrescue import *