aboutsummaryrefslogtreecommitdiff
path: root/src/hydrilla/server/malcontent.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/hydrilla/server/malcontent.py')
-rw-r--r--src/hydrilla/server/malcontent.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/hydrilla/server/malcontent.py b/src/hydrilla/server/malcontent.py
index 8e4eaa7..9bdf6dc 100644
--- a/src/hydrilla/server/malcontent.py
+++ b/src/hydrilla/server/malcontent.py
@@ -25,9 +25,6 @@
# code in a proprietary program, I am not going to enforce this in
# court.
-# Enable using with Python 3.7.
-from __future__ import annotations
-
import logging
import dataclasses as dc
import typing as t