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/proxy/simple_dependency_satisfying.py | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/hydrilla/proxy/simple_dependency_satisfying.py') diff --git a/src/hydrilla/proxy/simple_dependency_satisfying.py b/src/hydrilla/proxy/simple_dependency_satisfying.py index d03c86e..ffe4d62 100644 --- a/src/hydrilla/proxy/simple_dependency_satisfying.py +++ b/src/hydrilla/proxy/simple_dependency_satisfying.py @@ -33,9 +33,6 @@ The approach taken here is a very simplified one. Hopefully, this will at some point be replaced by a solution based on some SAT solver. """ -# Enable using with Python 3.7. -from __future__ import annotations - import dataclasses as dc import typing as t import functools as ft -- cgit v1.2.3