We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c0b79e2 commit dcc24f1Copy full SHA for dcc24f1
contract-tests/tests/test/amazon/botocore/botocore_test.py
@@ -49,8 +49,7 @@
49
_AWS_ACTIVITY_ARN: str = "aws.stepfunctions.activity.arn"
50
51
52
-# pylint: disable=too-many-public-methods
53
-# pylint: disable=too-many-lines
+# pylint: disable=too-many-public-methods,too-many-lines
54
class BotocoreTest(ContractTestBase):
55
_local_stack: LocalStackContainer
56
0 commit comments