Skip to content

Commit

Permalink
Fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
ocelotl committed Jun 24, 2020
1 parent f2a73d9 commit a52921b
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ def _get_resource_data(
for key, value in sdk_resource.labels.items():

try:
# pylint: disable=no-member
collector_resource.attributes.append(
AttributeKeyValue(**_translate_key_values(key, value))
)
Expand Down

0 comments on commit a52921b

Please sign in to comment.