diff options
author | Wojtek Kosior <koszko@koszko.org> | 2022-10-11 11:17:56 +0200 |
---|---|---|
committer | Wojtek Kosior <koszko@koszko.org> | 2022-10-11 13:12:15 +0200 |
commit | 634cef218e9979053da3367c79de6d740633c61a (patch) | |
tree | 317ebb413ad98067c142004c0da79f2cbb160457 /tests/test_build.py | |
parent | 94e140e685baae38e8977fe90a3304bbc041ae66 (diff) | |
download | haketilo-hydrilla-634cef218e9979053da3367c79de6d740633c61a.tar.gz haketilo-hydrilla-634cef218e9979053da3367c79de6d740633c61a.zip |
[builder][server][proxy] remove "from __future__ import annotations"
Diffstat (limited to 'tests/test_build.py')
-rw-r--r-- | tests/test_build.py | 3 |
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 |