aboutsummaryrefslogtreecommitdiff
path: root/src/hydrilla/proxy/addon.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/hydrilla/proxy/addon.py')
-rw-r--r--src/hydrilla/proxy/addon.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/hydrilla/proxy/addon.py b/src/hydrilla/proxy/addon.py
index b8ad819..328d4a1 100644
--- a/src/hydrilla/proxy/addon.py
+++ b/src/hydrilla/proxy/addon.py
@@ -30,9 +30,6 @@ This module contains the definition of a mitmproxy addon that gets instantiated
from addon script.
"""
-# Enable using with Python 3.7.
-from __future__ import annotations
-
import sys
import re
import typing as t