Skip to content

Commit

Permalink
remove unnecessasry imports resulting from a branch split
Browse files Browse the repository at this point in the history
  • Loading branch information
sierra-moxon committed Oct 2, 2024
1 parent 91330a8 commit 71785b8
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions linkml_runtime/utils/schemaview.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
from pathlib import Path
from typing import Mapping, Optional, Tuple, TypeVar
import warnings
from pprint import pprint

from linkml_runtime.utils.namespaces import Namespaces
from deprecated.classic import deprecated
Expand All @@ -18,8 +17,6 @@
from linkml_runtime.linkml_model.meta import *
from linkml_runtime.exceptions import OrderingError
from enum import Enum
from linkml_runtime.linkml_model.meta import ClassDefinition, SlotDefinition, ClassDefinitionName
from dataclasses import asdict, is_dataclass, fields

logger = logging.getLogger(__name__)

Expand Down

0 comments on commit 71785b8

Please sign in to comment.