aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorWojtek Kosior <koszko@koszko.org>2022-10-11 11:17:56 +0200
committerWojtek Kosior <koszko@koszko.org>2022-10-11 13:12:15 +0200
commit634cef218e9979053da3367c79de6d740633c61a (patch)
tree317ebb413ad98067c142004c0da79f2cbb160457 /tests
parent94e140e685baae38e8977fe90a3304bbc041ae66 (diff)
downloadhaketilo-hydrilla-634cef218e9979053da3367c79de6d740633c61a.tar.gz
haketilo-hydrilla-634cef218e9979053da3367c79de6d740633c61a.zip
[builder][server][proxy] remove "from __future__ import annotations"
Diffstat (limited to 'tests')
-rw-r--r--tests/test_build.py3
1 files changed, 0 insertions, 3 deletions
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