Skip to content

Commit

Permalink
Do not use abtract __init__ of the parent class
Browse files Browse the repository at this point in the history
  • Loading branch information
druzsan committed May 10, 2024
1 parent 948f7c9 commit 69e8a8d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion renumics/spotlight_plugins/core/huggingface_datasource.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ class HuggingfaceDataSource(DataSource):
_guessed_dtypes: spotlight_dtypes.DTypeMap

def __init__(self, source: datasets.Dataset):
super().__init__(source)
self._dataset = source
self._intermediate_dtypes = {
col: _get_intermediate_dtype(feat)
Expand Down

0 comments on commit 69e8a8d

Please sign in to comment.