fix import

This commit is contained in:
2024-11-28 23:59:02 +01:00
parent 99dc6e0abf
commit eb0bdaedbd
2 changed files with 6 additions and 3 deletions
+6
View File
@@ -0,0 +1,6 @@
[tool.black]
line-length = 140
[tool.ruff]
# Allow lines to be as long as 120.
line-length = 140
-3
View File
@@ -19,7 +19,6 @@
# ----------------------------------------------------------------------- # -----------------------------------------------------------------------
import datetime import datetime
import os import os
import subprocess
import sys import sys
from os.path import isfile, join from os.path import isfile, join
@@ -28,10 +27,8 @@ sys.path.insert(0,os.path.join(tisbackup_root_dir,'lib'))
sys.path.insert(0,os.path.join(tisbackup_root_dir,'libtisbackup')) sys.path.insert(0,os.path.join(tisbackup_root_dir,'libtisbackup'))
import errno import errno
import getopt
import logging import logging
import os.path import os.path
import re
from optparse import OptionParser from optparse import OptionParser
from iniparse import ConfigParser, ini from iniparse import ConfigParser, ini