Guest User

Untitled

a guest
Nov 12th, 2021
14
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.28 KB | None | 0 0
  1. pitop/battery/battery.py:101: error: Function is missing a return type annotation
  2. pitop/battery/battery.py:102: error: Call to untyped function "get_full_state" of "Battery" in typed context
  3. pitop/battery/battery.py:106: error: Function is missing a return type annotation
  4. pitop/battery/battery.py:107: error: Call to untyped function "get_full_state" of "Battery" in typed context
  5. pitop/battery/battery.py:10: error: Function is missing a return type annotation
  6. pitop/battery/battery.py:10: note: Use "-> None" if function does not return a value
  7. pitop/battery/battery.py:111: error: Function is missing a return type annotation
  8. pitop/battery/battery.py:112: error: Call to untyped function "get_full_state" of "Battery" in typed context
  9. pitop/battery/battery.py:27: error: Call to untyped function "get_full_state" in typed context
  10. pitop/battery/battery.py:30: error: Call to untyped function "__setup_subscribe_client" in typed context
  11. pitop/battery/battery.py:34: error: Function is missing a return type annotation
  12. pitop/battery/battery.py:35: error: Function is missing a type annotation
  13. pitop/battery/battery.py:65: error: Call to untyped function "PTDMSubscribeClient" in typed context
  14. pitop/battery/battery.py:66: error: Call to untyped function "initialise" in typed context
  15. pitop/battery/battery.py:73: error: Call to untyped function "start_listening" in typed context
  16. pitop/battery/battery.py:75: error: Function is missing a return type annotation
  17. pitop/battery/battery.py:75: note: Use "-> None" if function does not return a value
  18. pitop/battery/battery.py:77: error: Item "None" of "Optional[Any]" has no attribute "stop_listening"
  19. pitop/battery/battery.py:82: error: Function is missing a return type annotation
  20. pitop/battery/battery.py:83: error: Call to untyped function "from_parts" of "Message" in typed context
  21. pitop/battery/battery.py:85: error: Call to untyped function "PTDMRequestClient" in typed context
  22. pitop/battery/battery.py:91: error: Function is missing a return type annotation
  23. pitop/battery/battery.py:92: error: Call to untyped function "get_full_state" of "Battery" in typed context
  24. pitop/battery/battery.py:96: error: Function is missing a return type annotation
  25. pitop/battery/battery.py:97: error: Call to untyped function "get_full_state" of "Battery" in typed context
Advertisement
Add Comment
Please, Sign In to add comment