mirror of
https://github.com/Andre0512/pyhOn.git
synced 2025-05-21 02:15:09 -04:00
Format with black
This commit is contained in:
parent
36fad84ee2
commit
8dc6cd71cd
11 changed files with 166 additions and 65 deletions
|
@ -32,5 +32,10 @@ class HonDevice:
|
|||
return self._mobile_id
|
||||
|
||||
def get(self):
|
||||
return {"appVersion": self.app_version, "mobileId": self.mobile_id, "osVersion": self.os_version,
|
||||
"os": self.os, "deviceModel": self.device_model}
|
||||
return {
|
||||
"appVersion": self.app_version,
|
||||
"mobileId": self.mobile_id,
|
||||
"osVersion": self.os_version,
|
||||
"os": self.os,
|
||||
"deviceModel": self.device_model,
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue