Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
kazemnejad committed Oct 21, 2021
1 parent 24376e0 commit 7d4040e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/data/symbol_dataset.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ def __len__(self):
return len(self.data)


# @BaseDataLoaderFactory.register("symbols")
@BaseDataLoaderFactory.register("symbols")
class SymbolsDataLoaderFactory(BaseDataLoaderFactory):
def __init__(
self,
Expand Down

0 comments on commit 7d4040e

Please sign in to comment.