Skip to content

Commit

Permalink
Removal of Python 2-isms.
Browse files Browse the repository at this point in the history
  • Loading branch information
amcgregor committed Jun 10, 2019
1 parent 2ac4816 commit b8577e6
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
2 changes: 0 additions & 2 deletions web/dispatch/object/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,2 @@
# encoding: utf-8

from .release import version as __version__
from .dispatch import ObjectDispatch
4 changes: 0 additions & 4 deletions web/dispatch/object/release.py
Original file line number Diff line number Diff line change
@@ -1,9 +1,5 @@
# encoding: utf-8

"""Release information about Object Dispatch."""

from __future__ import unicode_literals

from collections import namedtuple


Expand Down

0 comments on commit b8577e6

Please sign in to comment.