SilviuMatei commited on
Commit
acb3f50
·
verified ·
1 Parent(s): 8223481

Update tools/getDeviceInfo.py

Browse files
Files changed (1) hide show
  1. tools/getDeviceInfo.py +1 -4
tools/getDeviceInfo.py CHANGED
@@ -72,7 +72,4 @@ class getDeviceInfo(Tool):
72
  "webpage_content": webpage_content,
73
  "device_info": device_info
74
  }
75
- return json.dumps(result) # ✅ Ensure return type matches "json"
76
-
77
- def __init__(self, *args, **kwargs):
78
- self.is_initialized = False
 
72
  "webpage_content": webpage_content,
73
  "device_info": device_info
74
  }
75
+ return json.dumps(result) # ✅ Ensure return type matches "json"