diff --git a/fin_depo/__init__.py b/fin_depo/__init__.py index d5174fc..98594f7 100644 --- a/fin_depo/__init__.py +++ b/fin_depo/__init__.py @@ -56,8 +56,8 @@ __all__ = [ ] import importlib -import logging import inspect +import logging import sys from . import ( diff --git a/test/test_partisia_blockchain.py b/test/test_partisia_blockchain.py index 4e7516b..70bfb43 100644 --- a/test/test_partisia_blockchain.py +++ b/test/test_partisia_blockchain.py @@ -1,5 +1,6 @@ import fin_defs import requests + import fin_depo.defi_partisia_blockchain