Skip to content

Commit 96e9533

Browse files
committed
MNT: Add pylint disable for too-many-statements in env test
1 parent 2125ecd commit 96e9533

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
@@ -800,7 +800,7 @@ def controller( # pylint: disable=unused-argument
800800
return controller
801801

802802

803-
def test_environment_methods_accessible_in_controller(
803+
def test_environment_methods_accessible_in_controller( # pylint: disable=too-many-statements
804804
calisto_robust, example_plain_env
805805
):
806806
"""Test that all environment methods are accessible within the controller.

0 commit comments

Comments
 (0)