Skip to content

Commit

Permalink
Update submodule
Browse files Browse the repository at this point in the history
  • Loading branch information
raidgar98 committed Dec 5, 2023
1 parent b8bafd7 commit 75b891c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@
)
from schemas.apis.database_api.fundaments_of_reponses import AccountItemFundament
from schemas.fields.compound import Manabar
from schemas.filter import (
build_vop_filter,
)
from schemas.jsonrpc import get_response_model
from schemas.operations import (
CommentOperation,
Expand All @@ -22,16 +25,13 @@
TransferToVestingCompletedOperation,
)
from schemas.transaction import TransactionLegacy
from schemas.virtual_operation import (
VirtualOperation as SchemaVirtualOperation,
)
from schemas.virtual_operation import (
build_vop_filter,
)

if TYPE_CHECKING:
from schemas.apis.account_history_api.response_schemas import EnumVirtualOps
from schemas.operations import AnyLegacyOperation
from schemas.virtual_operation import (
VirtualOperation as SchemaVirtualOperation,
)


@dataclass
Expand Down
2 changes: 1 addition & 1 deletion tests/python/hive-local-tools/test-tools
Submodule test-tools updated 1 files
+1 −1 helpy

0 comments on commit 75b891c

Please sign in to comment.