Skip to content

Commit

Permalink
flake8 fix
Browse files Browse the repository at this point in the history
  • Loading branch information
lmtierney committed Jul 26, 2018
1 parent ece8b92 commit 33b6321
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions nerodia/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

from .logger import Logger

__version__ = '0.8.0'
__version__ = '0.9.0'

ttc = None

Expand Down Expand Up @@ -34,7 +34,7 @@
_str_types = (six.binary_type, six.text_type)


from . import tag_map
from . import tag_map # noqa


def element_class_for(tag_name):
Expand Down

0 comments on commit 33b6321

Please sign in to comment.