Skip to content

Commit

Permalink
sdk/basyx/object_store.py: removed unused import and removed type ignore
Browse files Browse the repository at this point in the history
  • Loading branch information
somsonson committed Sep 5, 2024
1 parent 39cfa23 commit bcd346a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions sdk/basyx/object_store.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,8 @@
import abc
import typing
from typing import MutableSet, Iterator, Generic, TypeVar, Dict, List, Optional, Iterable
from typing_extensions import TypeGuard

from aas_core3.types import Identifiable, Referable, Class # type: ignore
from aas_core3.types import Identifiable, Referable, Class

_IdentifiableType = TypeVar('_IdentifiableType', bound=Identifiable)

Expand Down

0 comments on commit bcd346a

Please sign in to comment.