Skip to content

Commit 6b941e0

Browse files
committed
chore: drop unnecessary self.datasets initialization
1 parent c71b652 commit 6b941e0

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

spras/config/config.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,6 @@ def process_datasets(self, raw_config: RawConfig):
181181
for gold_standard in raw_config.gold_standards:
182182
gold_standard.label = attach_spras_revision(gold_standard.label)
183183

184-
self.datasets = {}
185184
for dataset in raw_config.datasets:
186185
label = dataset.label
187186
if label.lower() in [key.lower() for key in self.datasets.keys()]:

0 commit comments

Comments
 (0)