diff --git a/neuralprophet/np_types.py b/neuralprophet/np_types.py index de8a8e940..3b32f6077 100644 --- a/neuralprophet/np_types.py +++ b/neuralprophet/np_types.py @@ -1,8 +1,7 @@ import sys -from typing import Dict, List, Union +from typing import Dict, Union import torch -import torchmetrics # Ensure compatibility with python 3.7 if sys.version_info >= (3, 8):