Skip to content

Commit

Permalink
Merge pull request #19 from namachieli/linting
Browse files Browse the repository at this point in the history
linting to fix errors from PR 18
  • Loading branch information
arm4b authored Sep 24, 2022
2 parents a804159 + 9a2b6d7 commit 5399f3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sensors/queues_sensor.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ def __init__(self, sensor_service, config=None):
supported_methods = DESERIALIZATION_FUNCTIONS.keys()
if (
self.deserialization_method
and self.deserialization_method not in supported_methods
and self.deserialization_method not in supported_methods # noqa: W503
):
raise ValueError(
"Invalid deserialization method specified: %s"
Expand Down

0 comments on commit 5399f3d

Please sign in to comment.