Skip to content

Commit

Permalink
flake8
Browse files Browse the repository at this point in the history
  • Loading branch information
Ryan Heffernan committed Oct 25, 2019
1 parent eb408ca commit 7fe083b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 0 additions & 1 deletion nsot/fields.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
import ipaddress
import logging
import six
import types

from . import exc

Expand Down
2 changes: 2 additions & 0 deletions nsot/ui/context_processors.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@


from __future__ import absolute_import


def app_version(request):
"""A template variable to display current version."""
from nsot import __version__
Expand Down
2 changes: 1 addition & 1 deletion nsot/util/stats.py
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
from __future__ import unicode_literals, print_function
from __future__ import absolute_import

"""
Gettings stats out of NSoT.
"""

from __future__ import absolute_import
from netaddr import IPNetwork, IPSet


Expand Down

0 comments on commit 7fe083b

Please sign in to comment.