fix code passing ruff linter pre-commit ruff pre-commit ruff format
This commit is contained in:
@@ -1,7 +1,2 @@
|
||||
try:
|
||||
# not all objects get imported with __all__
|
||||
from ConfigParser import *
|
||||
from ConfigParser import Error, InterpolationMissingOptionError
|
||||
except ImportError:
|
||||
from configparser import *
|
||||
from configparser import Error, InterpolationMissingOptionError
|
||||
from configparser import *
|
||||
from configparser import Error, InterpolationMissingOptionError
|
||||
|
||||
Reference in New Issue
Block a user