Skip to content

Commit

Permalink
Fixed context import
Browse files Browse the repository at this point in the history
  • Loading branch information
OleksanderSalamatov committed Apr 11, 2024
1 parent 493066a commit bc4fa94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/src/skale_contracts/projects/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
"""Supported projects"""
from .context_contract import ContextProject as Context
from .context import ContextProject as Context
from .ima import \
MainnetImaProject as MainnetIma, \
SchainImaProject as SchainIma
Expand Down

0 comments on commit bc4fa94

Please sign in to comment.