aboutsummaryrefslogtreecommitdiff
path: root/src/hydrilla/pattern_tree.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/hydrilla/pattern_tree.py')
-rw-r--r--src/hydrilla/pattern_tree.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/hydrilla/pattern_tree.py b/src/hydrilla/pattern_tree.py
index b678fe1..5671b2b 100644
--- a/src/hydrilla/pattern_tree.py
+++ b/src/hydrilla/pattern_tree.py
@@ -29,9 +29,6 @@
This module defines data structures for querying data using URL patterns.
"""
-# Enable using with Python 3.7.
-from __future__ import annotations
-
import typing as t
import dataclasses as dc