Skip to content

Commit

Permalink
linting
Browse files Browse the repository at this point in the history
  • Loading branch information
ip-sf committed Sep 23, 2022
1 parent a804159 commit 9a2b6d7
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 9a2b6d7

Please sign in to comment.