Skip to content

Commit

Permalink
Fix imports for settings as a part of a package
Browse files Browse the repository at this point in the history
  • Loading branch information
mrakitin committed Jun 13, 2023
1 parent 82c8d3d commit f4f83d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/utils/generic.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
import datetime
import os
import importlib.util
import settings
from . import settings
import urllib
from IPython.display import display, JSON
import json
Expand Down

0 comments on commit f4f83d7

Please sign in to comment.