Browse Source

changes made with 'tox - e isort'

Tony Fernandez 8 months ago
parent
commit
f18219a768
1 changed files with 2 additions and 1 deletions
  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__)