Przeglądaj źródła

remove json ad imported module, as it is not used ( was there as a safeguard)

Michael Honkoop 1 dzień temu
rodzic
commit
b7c27e1b21
1 zmienionych plików z 0 dodań i 1 usunięć
  1. 0 1
      datasources/P1-Meter.py

+ 0 - 1
datasources/P1-Meter.py

@@ -21,7 +21,6 @@
 # License: GNU General Public License v2
 
 import sys
-import json
 import requests
 
 API_PATH = "/api/v1/data"