Skip to content
This repository has been archived by the owner on Jan 2, 2024. It is now read-only.

Commit

Permalink
Merge pull request #809 from ashutuptiwari/develop
Browse files Browse the repository at this point in the history
remove type:ignore from DataNode.storageType() method #417
  • Loading branch information
trgiangdo authored Oct 30, 2023
2 parents e011300 + cbfe88d commit 83e6187
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/taipy/core/data/data_node.py
Original file line number Diff line number Diff line change
Expand Up @@ -311,7 +311,7 @@ def __get_last_modified_datetime(self) -> Optional[datetime]:
@classmethod
@abstractmethod
def storage_type(cls) -> str:
return NotImplementedError # type: ignore
raise NotImplementedError

def read_or_raise(self) -> Any:
"""Read the data referenced by this data node.
Expand Down

0 comments on commit 83e6187

Please sign in to comment.