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" --- tests/test_build.py | 3 --- 1 file changed, 3 deletions(-) (limited to 'tests/test_build.py') diff --git a/tests/test_build.py b/tests/test_build.py index a4dd684..28d3e80 100644 --- a/tests/test_build.py +++ b/tests/test_build.py @@ -4,9 +4,6 @@ # # Available under the terms of Creative Commons Zero v1.0 Universal. -# Enable using with Python 3.7. -from __future__ import annotations - import pytest import json import shutil -- cgit v1.2.3