You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There are multiple imports throughout the codebase which uses the name of the library in the import. For example odins_spear import api in the odins_spear/store/data_store.py file, these all need to be changed to relevant paths.
This example should be '.. import api' therefore no matter where this is being used it will be look inside the package.
The text was updated successfully, but these errors were encountered:
There are multiple imports throughout the codebase which uses the name of the library in the import. For example odins_spear import api in the odins_spear/store/data_store.py file, these all need to be changed to relevant paths.
This example should be '.. import api' therefore no matter where this is being used it will be look inside the package.
The text was updated successfully, but these errors were encountered: