Skip to content

Commit d152b64

Browse files
committed
resolve flake8 errors
1 parent e7b902b commit d152b64

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

cterasdk/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# pylint: disable=wrong-import-position
22
import cterasdk.settings # noqa: E402, F401
33
import cterasdk.exceptions # noqa: E402, F401
4-
from .version import __version__
4+
from .version import __version__ # noqa: E402, F401
55

66
from .common import Object, PolicyRule # noqa: E402, F401
77
from .convert import fromjsonstr, tojsonstr, fromxmlstr, toxmlstr # noqa: E402, F401

cterasdk/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '2.20.20'
1+
__version__ = '2.20.20'

0 commit comments

Comments
 (0)