Skip to content

Commit

Permalink
fixed path
Browse files Browse the repository at this point in the history
  • Loading branch information
hot-data committed Feb 2, 2023
1 parent 78821a7 commit 9b35ed7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
from . import data
2 changes: 1 addition & 1 deletion src/data/make_whots_dataset.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
import sys
from urllib.request import urlopen
from urllib.error import URLError, HTTPError
from data.whots_parse import get_args
from whots_parse import get_args


class DefineWhotsSystem:
Expand Down

0 comments on commit 9b35ed7

Please sign in to comment.