Skip to content

Commit

Permalink
Fix export/import base schema
Browse files Browse the repository at this point in the history
  • Loading branch information
purplesmoke05 committed Dec 8, 2023
1 parent d9e79a2 commit 7a7e4f6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
1 change: 1 addition & 0 deletions app/model/schema/base/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
SPDX-License-Identifier: Apache-2.0
"""
from .base import (
CURRENCY_str,
EMPTY_str,
IbetShareContractVersion,
IbetStraightBondContractVersion,
Expand Down
6 changes: 2 additions & 4 deletions app/model/schema/token.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
from web3 import Web3

from app.model.schema.base import (
CURRENCY_str,
EMPTY_str,
IbetShareContractVersion,
IbetStraightBondContractVersion,
Expand All @@ -36,10 +37,7 @@
SortOrder,
YYYYMMDD_constr,
)

from . import LockEventCategory
from .base.base import CURRENCY_str
from .position import LockEvent
from app.model.schema.position import LockEvent, LockEventCategory


############################
Expand Down

0 comments on commit 7a7e4f6

Please sign in to comment.