diff options
Diffstat (limited to 'src/hydrilla/builder/piggybacking.py')
-rw-r--r-- | src/hydrilla/builder/piggybacking.py | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/hydrilla/builder/piggybacking.py b/src/hydrilla/builder/piggybacking.py index c152135..3be674e 100644 --- a/src/hydrilla/builder/piggybacking.py +++ b/src/hydrilla/builder/piggybacking.py @@ -30,9 +30,6 @@ This module contains definitions that may be reused by multiple piggybacked software system backends. """ -# Enable using with Python 3.7. -from __future__ import annotations - import typing as t from pathlib import Path, PurePosixPath |