Skip to content

Commit

Permalink
removed legacy py2 __future__ directive
Browse files Browse the repository at this point in the history
see #243

Closes: #244
Pull-request: #244
Pull-request-sha: 84ec326

Change-Id: I89508db5f8ee4b634e4b70ea22bf11fc47fb08b4
  • Loading branch information
jvanasco authored and sqla-tester committed Oct 1, 2023
1 parent fa090be commit 221c6fe
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 6 deletions.
2 changes: 0 additions & 2 deletions dogpile/cache/backends/file.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@
"""

from __future__ import with_statement

from contextlib import contextmanager
import dbm
import os
Expand Down
2 changes: 0 additions & 2 deletions dogpile/cache/backends/redis.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@
"""

from __future__ import absolute_import

import typing
import warnings

Expand Down
2 changes: 0 additions & 2 deletions dogpile/cache/region.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
from __future__ import with_statement

import contextlib
import datetime
from functools import partial
Expand Down

0 comments on commit 221c6fe

Please sign in to comment.