MikePiTop

Untitled

Nov 12th, 2021
16
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.41 KB | None | 0 0
  1. pitop/system/daemon.py:4: error: Function is missing a return type annotation
  2. pitop/system/daemon.py:5: error: Call to untyped function "from_parts" of "Message" in typed context
  3. pitop/system/daemon.py:7: error: Call to untyped function "PTDMRequestClient" in typed context
  4. pitop/system/device.py:11: error: Call to untyped function "PTDMRequestClient" in typed context
  5. pitop/system/device.py:19: error: Function is missing a type annotation
  6. pitop/system/device.py:30: error: Function is missing a return type annotation
  7. pitop/system/device.py:31: error: Call to untyped function "__device_id" in typed context
  8. pitop/system/device.py:31: error: Call to untyped function "__device_name" in typed context
  9. pitop/system/device.py:34: error: Function is missing a return type annotation
  10. pitop/system/device.py:35: error: Call to untyped function "__device_id" in typed context
  11. pitop/system/device.py:36: error: Call to untyped function "__device_name" in typed context
  12. pitop/system/device.py:36: error: Call to untyped function "device_firmware" in typed context
  13. pitop/system/device.py:39: error: Function is missing a type annotation
  14. pitop/system/device.py:49: error: Item "None" of "Optional[Dict[str, int]]" has no attribute "get"
  15. pitop/system/device.py:8: error: Function is missing a return type annotation
  16. pitop/system/device.py:9: error: Call to untyped function "from_parts" of "Message" in typed context
  17. pitop/system/peripherals.py:112: error: Function is missing a return type annotation
  18. pitop/system/peripherals.py:126: error: Function is missing a return type annotation
  19. pitop/system/peripherals.py:133: error: Call to untyped function "upgradable_pitop_peripherals" in typed context
  20. pitop/system/peripherals.py:134: error: Call to untyped function "usb_pitop_peripherals" in typed context
  21. pitop/system/peripherals.py:135: error: Call to untyped function "legacy_pitop_peripherals" in typed context
  22. pitop/system/peripherals.py:23: error: Call to untyped function "from_parts" of "Message" in typed context
  23. pitop/system/peripherals.py:27: error: Call to untyped function "PTDMRequestClient" in typed context
  24. pitop/system/peripherals.py:36: error: Function is missing a type annotation
  25. pitop/system/peripherals.py:54: error: Function is missing a return type annotation
  26. pitop/system/peripherals.py:65: error: Call to untyped function "__get_fw_device_status" in typed context
  27. pitop/system/peripherals.py:70: error: Function is missing a return type annotation
  28. pitop/system/peripherals.py:80: error: Call to untyped function "__get_fw_device_status" in typed context
  29. pitop/system/peripherals.py:86: error: Function is missing a return type annotation
  30. pitop/system/peripherals.py:8: error: Function is missing a return type annotation
  31. pitop/system/peripherals.py:93: error: Call to untyped function "touchscreen_is_connected" in typed context
  32. pitop/system/peripherals.py:94: error: Call to untyped function "pitop_keyboard_is_connected" in typed context
  33. pitop/system/peripherals.py:98: error: Function is missing a return type annotation
  34. pitop/system/pitop.py:29: error: Function is missing a return type annotation
  35. pitop/system/pitop.py:29: note: Use "-> None" if function does not return a value
  36. pitop/system/pitop.py:30: error: Call to untyped function "__init__" in typed context
  37. pitop/system/pitop.py:31: error: Call to untyped function "__init__" in typed context
  38. pitop/system/pitop.py:32: error: Call to untyped function "__init__" in typed context
Advertisement
Add Comment
Please, Sign In to add comment