diff --git a/brian_polling_manager/gws_direct.py b/brian_polling_manager/gws_direct.py
index dcc6a3635e8e0fd0a1c5ef76c1ece0719d1f62cc..12a4f92350ccff5ec1b2f29e736388df2fa1e62f 100644
--- a/brian_polling_manager/gws_direct.py
+++ b/brian_polling_manager/gws_direct.py
@@ -1,7 +1,3 @@
-import binascii
-import hashlib
-import json
-
 from brian_polling_manager import sensu
 
 
diff --git a/brian_polling_manager/sensu.py b/brian_polling_manager/sensu.py
index ff307b3668f0fec88d5a079d7c3b3c2ad26957c3..b03ec13862c92fb7f1d8d0db4a5a0b3c094c939c 100644
--- a/brian_polling_manager/sensu.py
+++ b/brian_polling_manager/sensu.py
@@ -235,7 +235,6 @@ def refresh(sensu_params, required_checks, current_checks):
         'deleted': 0
     }
 
-
     for expected_check in required_checks:
 
         if expected_check.name not in current_checks: