Fixed import order
This commit is contained in:
parent
ab4c201b4b
commit
7b7e50b524
1 changed files with 2 additions and 2 deletions
|
|
@ -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 *
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue