From 6a71b74ca4a4b14021cea342a79cb6711d8c3c7e Mon Sep 17 00:00:00 2001 From: Andreas Knab Date: Tue, 6 Feb 2024 14:53:00 -0600 Subject: [PATCH] Remove usage of future.standard_library.install_aliases --- omeroweb/testlib/__init__.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/omeroweb/testlib/__init__.py b/omeroweb/testlib/__init__.py index d8535fb022..90eda3cba3 100644 --- a/omeroweb/testlib/__init__.py +++ b/omeroweb/testlib/__init__.py @@ -20,7 +20,6 @@ """ Library for Web integration tests """ -from future import standard_library import json import warnings @@ -30,7 +29,6 @@ from omero.testlib import ITest -standard_library.install_aliases() # noqa from urllib.parse import urlencode # noqa