Skip to content
Snippets Groups Projects
Commit 160bb6f9 authored by Holger Nahrstaedt's avatar Holger Nahrstaedt
Browse files

fix import

parent 8b483d00
No related branches found
No related tags found
No related merge requests found
...@@ -9,7 +9,7 @@ from .types import ( ...@@ -9,7 +9,7 @@ from .types import (
Varint32, Int64, String, Bytes, Void, Varint32, Int64, String, Bytes, Void,
Array, PointInTime, Signature, Bool, Array, PointInTime, Signature, Bool,
Set, Fixed_array, Optional, Static_variant, Set, Fixed_array, Optional, Static_variant,
Map, Id, VoteId, ObjectId, Map, Id,
) )
from .objects import GrapheneObject, isArgsThisClass from .objects import GrapheneObject, isArgsThisClass
from .account import PublicKey from .account import PublicKey
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment