Skip to content

Commit

Permalink
fixed flake 8
Browse files Browse the repository at this point in the history
  • Loading branch information
leoniewgnr committed Jul 10, 2023
1 parent f4d27db commit 65f37c1
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions neuralprophet/np_types.py
Original file line number Diff line number Diff line change
@@ -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):
Expand Down

0 comments on commit 65f37c1

Please sign in to comment.