Skip to content

Commit 71785b8

Browse files
committed
remove unnecessasry imports resulting from a branch split
1 parent 91330a8 commit 71785b8

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

linkml_runtime/utils/schemaview.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88
from pathlib import Path
99
from typing import Mapping, Optional, Tuple, TypeVar
1010
import warnings
11-
from pprint import pprint
1211

1312
from linkml_runtime.utils.namespaces import Namespaces
1413
from deprecated.classic import deprecated
@@ -18,8 +17,6 @@
1817
from linkml_runtime.linkml_model.meta import *
1918
from linkml_runtime.exceptions import OrderingError
2019
from enum import Enum
21-
from linkml_runtime.linkml_model.meta import ClassDefinition, SlotDefinition, ClassDefinitionName
22-
from dataclasses import asdict, is_dataclass, fields
2320

2421
logger = logging.getLogger(__name__)
2522

0 commit comments

Comments
 (0)