Skip to content
Snippets Groups Projects
Commit 5cb65eee authored by Erik Reid's avatar Erik Reid
Browse files

pep8

parent c10142db
No related branches found
No related tags found
No related merge requests found
import binascii
import hashlib
import json
from brian_polling_manager import sensu from brian_polling_manager import sensu
......
...@@ -235,7 +235,6 @@ def refresh(sensu_params, required_checks, current_checks): ...@@ -235,7 +235,6 @@ def refresh(sensu_params, required_checks, current_checks):
'deleted': 0 'deleted': 0
} }
for expected_check in required_checks: for expected_check in required_checks:
if expected_check.name not in current_checks: if expected_check.name not in current_checks:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment