Commit
·
98ec642
1
Parent(s):
dfced34
fix
Browse files
multi_omics_transcript_expression.py
CHANGED
|
@@ -264,7 +264,7 @@ class GenomicsLRAConfig(datasets.BuilderConfig):
|
|
| 264 |
BuilderConfig.
|
| 265 |
"""
|
| 266 |
|
| 267 |
-
def __init__(self, *args,
|
| 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.
|