Commit b0585de4 authored by Leo Gao's avatar Leo Gao
Browse files

Don't make Dataset.download abstract

It's ok if subclasses don't implement download, no-op default is ok
parent a5c48976
...@@ -55,7 +55,6 @@ class LM(abc.ABC): ...@@ -55,7 +55,6 @@ class LM(abc.ABC):
class Dataset(abc.ABC): class Dataset(abc.ABC):
@abc.abstractmethod
def download(self): def download(self):
"""Downloads the task dataset if necessary""" """Downloads the task dataset if necessary"""
pass pass
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment