Skip to content

Commit 0fe3b9b

Browse files
committed
Add noqa comment in test_lightning_integration
1 parent 7837c10 commit 0fe3b9b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/doc/test_rst.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -238,7 +238,7 @@ def __init__(self) -> None:
238238
self.task2_head = Linear(3, 1)
239239
self.automatic_optimization = False
240240

241-
def training_step(self, batch, batch_idx) -> None:
241+
def training_step(self, batch, batch_idx) -> None: # noqa: ANN001
242242
input, target1, target2 = batch
243243

244244
features = self.feature_extractor(input)

0 commit comments

Comments
 (0)