Skip to content

Commit

Permalink
fix lint issue with latest flake8
Browse files Browse the repository at this point in the history
  • Loading branch information
shawnbutts committed Sep 29, 2016
1 parent e3e4fdd commit 03c98b4
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions netuitive/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
__author__ = 'Netuitive, Inc'
__version__ = '0.2.0'

from .client import Client # nopep8
from .element import Element # nopep8
from .event import Event # nopep8
from .util import to_ms_timestamp # nopep8
from .client import Client # nopep8 # flake8: noqa
from .element import Element # nopep8 # flake8: noqa
from .event import Event # nopep8 # flake8: noqa
from .util import to_ms_timestamp # nopep8 # flake8: noqa

0 comments on commit 03c98b4

Please sign in to comment.