Skip to content

Commit

Permalink
style: remove obsolete __future__ use
Browse files Browse the repository at this point in the history
  • Loading branch information
markokr committed Aug 27, 2023
1 parent 47b33c7 commit bef9c90
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions londiste/__init__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@

"""Replication on top of PgQ."""

from __future__ import absolute_import, division, print_function

__version__ = "3.11"

2 changes: 0 additions & 2 deletions londiste/handlers/__init__.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
"""Handlers module
"""

from __future__ import absolute_import, division, print_function

import functools
import sys

Expand Down

0 comments on commit bef9c90

Please sign in to comment.