Skip to content

Commit 8d75e11

Browse files
committed
MNT: Add pylint disable for too-many-statements in env test
1 parent f2b9c62 commit 8d75e11

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/integration/simulation/test_flight.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -758,7 +758,7 @@ def controller( # pylint: disable=unused-argument
758758
return controller
759759

760760

761-
def test_environment_methods_accessible_in_controller(
761+
def test_environment_methods_accessible_in_controller( # pylint: disable=too-many-statements
762762
calisto_robust, example_plain_env
763763
):
764764
"""Test that all environment methods are accessible within the controller.

0 commit comments

Comments
 (0)