Skip to content

Commit

Permalink
Remove usage of future.standard_library.install_aliases
Browse files Browse the repository at this point in the history
  • Loading branch information
knabar committed Feb 6, 2024
1 parent f25db1a commit 6a71b74
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions omeroweb/testlib/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@
"""
Library for Web integration tests
"""
from future import standard_library
import json
import warnings

Expand All @@ -30,7 +29,6 @@

from omero.testlib import ITest

standard_library.install_aliases() # noqa
from urllib.parse import urlencode # noqa


Expand Down

0 comments on commit 6a71b74

Please sign in to comment.