Skip to content

Commit 9d6eb4a

Browse files
committed
fix linting
1 parent f0a8a6b commit 9d6eb4a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

webapp/ordering/tests/test_core.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -279,7 +279,7 @@ def test_create_orderround_batch_no_order_rounds_yet(self):
279279
def test_create_orderround_batch_one_order_round_no_more_in_quarter(self):
280280
"""Test when there's one order round but no more planned for rest of current quarter"""
281281
# Create an existing order round early in the quarter
282-
existing_round = OrderRoundFactory(
282+
_ = OrderRoundFactory(
283283
open_for_orders=datetime(2024, 1, 8, 8, 0, tzinfo=UTC), # Early January
284284
closed_for_orders=datetime(2024, 1, 12, 8, 0, tzinfo=UTC),
285285
collect_datetime=datetime(2024, 1, 17, 18, 0, tzinfo=UTC),

0 commit comments

Comments
 (0)