Skip to content
Snippets Groups Projects
Commit 84520f54 authored by Ladislav Lhotka's avatar Ladislav Lhotka
Browse files

Remove unused imports.

parent 0923a44f
No related branches found
No related tags found
No related merge requests found
......@@ -8,7 +8,6 @@ from .instance import (EntryKeys, RootNode, InstancePath,
MemberName)
from .schema import (BadSchemaNodeType, DataNode, InternalNode,
NonexistentSchemaNode, RawObject, SchemaNode)
from .statement import Statement
from .typealiases import *
class DataModel:
......
......@@ -2,7 +2,6 @@
from datetime import datetime
from typing import List, Union
from .datatype import *
# Local type aliases
......
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