Skip to content

Commit d65cce5

Browse files
committed
Fix type hint import
1 parent 9805c45 commit d65cce5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

epanet_plus/epanet_wrapper.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
"""
22
This module contains a Python wrapper (incl. error handling) for EPANET and EPANET-MSX functions.
33
"""
4+
from typing import Any
45
import warnings
56
import numpy
67
import epanet
7-
import Any
88

99

1010
class EpanetAPI():

0 commit comments

Comments
 (0)