aboutsummaryrefslogtreecommitdiff
path: root/src/hydrilla/proxy/csp.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/hydrilla/proxy/csp.py')
-rw-r--r--src/hydrilla/proxy/csp.py3
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