Ver código fonte

changes made with 'tox - e isort'

Tony Fernandez 8 meses atrás
pai
commit
f18219a768
1 arquivos alterados com 2 adições e 1 exclusões
  1. 2 1
      borgmatic/hooks/zabbix.py

+ 2 - 1
borgmatic/hooks/zabbix.py

@@ -1,6 +1,7 @@
+import json
 import logging
+
 import requests
-import json
 
 logger = logging.getLogger(__name__)