We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 91330a8 commit 71785b8Copy full SHA for 71785b8
linkml_runtime/utils/schemaview.py
@@ -8,7 +8,6 @@
8
from pathlib import Path
9
from typing import Mapping, Optional, Tuple, TypeVar
10
import warnings
11
-from pprint import pprint
12
13
from linkml_runtime.utils.namespaces import Namespaces
14
from deprecated.classic import deprecated
@@ -18,8 +17,6 @@
18
17
from linkml_runtime.linkml_model.meta import *
19
from linkml_runtime.exceptions import OrderingError
20
from enum import Enum
21
-from linkml_runtime.linkml_model.meta import ClassDefinition, SlotDefinition, ClassDefinitionName
22
-from dataclasses import asdict, is_dataclass, fields
23
24
logger = logging.getLogger(__name__)
25
0 commit comments