lgonzalez1 commited on
Commit
98ec642
·
1 Parent(s): dfced34
multi_omics_transcript_expression.py CHANGED
@@ -264,7 +264,7 @@ class GenomicsLRAConfig(datasets.BuilderConfig):
264
  BuilderConfig.
265
  """
266
 
267
- def __init__(self, *args, task_name: str, **kwargs): # type: ignore
268
  """BuilderConfig for the location tasks dataset.
269
  Args:
270
  **kwargs: keyword arguments forwarded to super.
 
264
  BuilderConfig.
265
  """
266
 
267
+ def __init__(self, *args, **kwargs): # type: ignore
268
  """BuilderConfig for the location tasks dataset.
269
  Args:
270
  **kwargs: keyword arguments forwarded to super.