Skip to content

Commit

Permalink
sort imports
Browse files Browse the repository at this point in the history
  • Loading branch information
noxan committed Dec 14, 2022
1 parent fc092f4 commit 0c9d751
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion neuralprophet/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
import os
import sys
from collections import OrderedDict
from typing import TYPE_CHECKING, Optional, Union, Iterable
from typing import TYPE_CHECKING, Iterable, Optional, Union

import numpy as np
import pandas as pd
Expand Down

0 comments on commit 0c9d751

Please sign in to comment.