Skip to content

Commit

Permalink
Fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
ocelotl committed Jun 18, 2020
1 parent 3d7c8d8 commit 2807d26
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 2807d26

Please sign in to comment.