Skip to content

Commit

Permalink
removed legacy from __future__ import with_statement
Browse files Browse the repository at this point in the history
which has been standard since Python2.5
see https://docs.python.org/3/library/__future__.html

Change-Id: I5559cf7b2976f1e98d432c0ceddb15aab2ca151d
  • Loading branch information
jvanasco committed Oct 1, 2023
1 parent 6daee2f commit 84ec326
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 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/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 84ec326

Please sign in to comment.