Skip to content

Commit dfe1acf

Browse files
PrettyHertzPrettyHertz
PrettyHertz
authored and
PrettyHertz
committed
Included error
1 parent 07e99e9 commit dfe1acf

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

dweather_client/storms_datasets.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@
77

88
from dweather_client.df_utils import boxed_storms, nearby_storms
99
from dweather_client.ipfs_queries import IpfsDataset
10+
from dweather_client.ipfs_errors import *
11+
1012

1113
def process_df(input_df, **kwargs):
1214
if {'radius', 'lat', 'lon'}.issubset(kwargs.keys()):

0 commit comments

Comments
 (0)