Skip to content

Commit 100d508

Browse files
committed
System size fix
1 parent 82fbfa1 commit 100d508

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

compass/extraction/wind/parse.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -258,7 +258,6 @@ async def _parse_all_restrictions_with_pb(
258258
feature_clarifications=ER_CLARIFICATIONS.get(
259259
feature_id, ""
260260
),
261-
system_size_reminder=SYSTEM_SIZE_REMINDER,
262261
),
263262
name=outer_task_name,
264263
)
@@ -276,7 +275,7 @@ async def _parse_all_restrictions_with_pb(
276275
is_numerical=False,
277276
feature_clarifications=ER_CLARIFICATIONS.get(
278277
feature_id, ""
279-
system_size_reminder=SYSTEM_SIZE_REMINDER,
278+
),
280279
),
281280
name=outer_task_name,
282281
)

0 commit comments

Comments
 (0)