Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
open-source
logilab-common
Commits
e44d72ea369d
Commit
b94d4205
authored
Sep 18, 2020
by
Arthur Lutz
Browse files
fix(flake8): unused import
parent
e5f68e2e8f4d
Pipeline
#18255
passed with stages
in 1 minute and 3 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
logilab/common/__init__.py
View file @
e44d72ea
...
...
@@ -31,7 +31,7 @@ import types
import
pkg_resources
from
typing
import
List
,
Sequence
from
logilab.common.deprecation
import
callable_deprecated
,
argument_renamed
from
logilab.common.deprecation
import
argument_renamed
__version__
=
pkg_resources
.
get_distribution
(
"logilab-common"
).
version
...
...
tox.ini
View file @
e44d72ea
...
...
@@ -53,4 +53,4 @@ basepython = python3
format
=
pylint
ignore
=
W503, E203, E731, E231
max-line-length
=
100
exclude
=
docs/*,.tox/*,./test/data/*
exclude
=
docs/*,.tox/*,./test/data/*
,build
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment