From 13e7d5f1c685577be477745636b68e8b01b83f39 Mon Sep 17 00:00:00 2001 From: wpbonelli Date: Thu, 31 Oct 2024 11:30:25 -0400 Subject: [PATCH] remove unneeded imports --- flopy/mf6/utils/codegen/dfn.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/flopy/mf6/utils/codegen/dfn.py b/flopy/mf6/utils/codegen/dfn.py index fc606fa4c..bb9ecaa9b 100644 --- a/flopy/mf6/utils/codegen/dfn.py +++ b/flopy/mf6/utils/codegen/dfn.py @@ -1,6 +1,5 @@ from ast import literal_eval from collections import UserDict -from dataclasses import dataclass from enum import Enum from keyword import kwlist from os import PathLike @@ -12,7 +11,6 @@ Optional, Tuple, TypedDict, - Union, ) from warnings import warn