diff options
Diffstat (limited to 'src/hydrilla/proxy/policies/web_ui.py')
-rw-r--r-- | src/hydrilla/proxy/policies/web_ui.py | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/hydrilla/proxy/policies/web_ui.py b/src/hydrilla/proxy/policies/web_ui.py index 9f6c0f5..9d31696 100644 --- a/src/hydrilla/proxy/policies/web_ui.py +++ b/src/hydrilla/proxy/policies/web_ui.py @@ -29,9 +29,6 @@ ..... """ -# Enable using with Python 3.7. -from __future__ import annotations - import dataclasses as dc import typing as t |