Skip to content

Commit 9850b15

Browse files
committed
Disable pylint check for boto3 client usage
1 parent 93dabed commit 9850b15

File tree

1 file changed

+1
-0
lines changed
  • src/watchmaker/status/providers

1 file changed

+1
-0
lines changed

src/watchmaker/status/providers/aws.py

+1
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,7 @@ def __tag_aws_instance(self, key, status):
8080
)
8181

8282
try:
83+
# pylint: disable=possibly-used-before-assignment
8384
client = boto3.client("ec2", self.region)
8485
response = client.create_tags(
8586
Resources=[

0 commit comments

Comments
 (0)