From a0756684af7f433c1f8598136d4d550d6bcc3279 Mon Sep 17 00:00:00 2001 From: rdimaio Date: Mon, 18 Mar 2024 17:46:36 +0100 Subject: [PATCH] Testing: pyupgrade, remove unnecessary import from future; #6538 See also: - https://docs.astral.sh/ruff/rules/unnecessary-future-import/ --- lib/rucio/common/cache.py | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/rucio/common/cache.py b/lib/rucio/common/cache.py index ccd0150a39..16bbb57c26 100644 --- a/lib/rucio/common/cache.py +++ b/lib/rucio/common/cache.py @@ -11,7 +11,6 @@ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. -from __future__ import absolute_import from typing import TYPE_CHECKING