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 /src/hydrilla/proxy/csp.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 'src/hydrilla/proxy/csp.py')
-rw-r--r-- | src/hydrilla/proxy/csp.py | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/hydrilla/proxy/csp.py b/src/hydrilla/proxy/csp.py index d4f2e4e..8eb914f 100644 --- a/src/hydrilla/proxy/csp.py +++ b/src/hydrilla/proxy/csp.py @@ -29,9 +29,6 @@ ..... """ -# Enable using with Python 3.7. -from __future__ import annotations - import re import typing as t import dataclasses as dc |