From 634cef218e9979053da3367c79de6d740633c61a Mon Sep 17 00:00:00 2001 From: Wojtek Kosior Date: Tue, 11 Oct 2022 11:17:56 +0200 Subject: [builder][server][proxy] remove "from __future__ import annotations" --- src/hydrilla/versions.py | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/hydrilla/versions.py') diff --git a/src/hydrilla/versions.py b/src/hydrilla/versions.py index c217d4f..2071864 100644 --- a/src/hydrilla/versions.py +++ b/src/hydrilla/versions.py @@ -30,9 +30,6 @@ This module contains functions for deconstruction and construction of version strings and version tuples. """ -# Enable using with Python 3.7. -from __future__ import annotations - import typing as t from itertools import takewhile -- cgit v1.2.3