Guest User

Untitled

a guest
Nov 12th, 2021
15
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.87 KB | None | 0 0
  1. pitop/display/display.py:101: error: Function is missing a return type annotation
  2. pitop/display/display.py:102: error: Call to untyped function "__set_state" in typed context
  3. pitop/display/display.py:107: error: Function is missing a return type annotation
  4. pitop/display/display.py:108: error: Call to untyped function "__set_state" in typed context
  5. pitop/display/display.py:113: error: Function is missing a return type annotation
  6. pitop/display/display.py:114: error: Call to untyped function "__set_state" in typed context
  7. pitop/display/display.py:119: error: Function is missing a return type annotation
  8. pitop/display/display.py:120: error: Call to untyped function "__set_state" in typed context
  9. pitop/display/display.py:126: error: Function is missing a return type annotation
  10. pitop/display/display.py:128: error: Call to untyped function "__get_state" in typed context
  11. pitop/display/display.py:135: error: Function is missing a type annotation
  12. pitop/display/display.py:142: error: Call to untyped function "__set_state" in typed context
  13. pitop/display/display.py:149: error: Function is missing a return type annotation
  14. pitop/display/display.py:152: error: Call to untyped function "__get_state" in typed context
  15. pitop/display/display.py:15: error: Call to untyped function "__setup_subscribe_client" in typed context
  16. pitop/display/display.py:161: error: Function is missing a type annotation
  17. pitop/display/display.py:164: error: Call to untyped function "__set_state" in typed context
  18. pitop/display/display.py:171: error: Function is missing a return type annotation
  19. pitop/display/display.py:174: error: Call to untyped function "__get_state" in typed context
  20. pitop/display/display.py:19: error: Function is missing a return type annotation
  21. pitop/display/display.py:19: note: Use "-> None" if function does not return a value
  22. pitop/display/display.py:20: error: Function is missing a type annotation
  23. pitop/display/display.py:21: error: Item "None" of "Optional[Any]" has no attribute "invoke_callback_func_if_exists"
  24. pitop/display/display.py:25: error: Function is missing a return type annotation
  25. pitop/display/display.py:25: note: Use "-> None" if function does not return a value
  26. pitop/display/display.py:26: error: Item "None" of "Optional[Any]" has no attribute "invoke_callback_func_if_exists"
  27. pitop/display/display.py:30: error: Function is missing a return type annotation
  28. pitop/display/display.py:30: note: Use "-> None" if function does not return a value
  29. pitop/display/display.py:31: error: Item "None" of "Optional[Any]" has no attribute "invoke_callback_func_if_exists"
  30. pitop/display/display.py:35: error: Function is missing a return type annotation
  31. pitop/display/display.py:35: note: Use "-> None" if function does not return a value
  32. pitop/display/display.py:36: error: Item "None" of "Optional[Any]" has no attribute "invoke_callback_func_if_exists"
  33. pitop/display/display.py:40: error: Function is missing a return type annotation
  34. pitop/display/display.py:40: note: Use "-> None" if function does not return a value
  35. pitop/display/display.py:41: error: Item "None" of "Optional[Any]" has no attribute "invoke_callback_func_if_exists"
  36. pitop/display/display.py:45: error: Call to untyped function "PTDMSubscribeClient" in typed context
  37. pitop/display/display.py:46: error: Call to untyped function "initialise" in typed context
  38. pitop/display/display.py:56: error: Call to untyped function "start_listening" in typed context
  39. pitop/display/display.py:58: error: Function is missing a return type annotation
  40. pitop/display/display.py:58: note: Use "-> None" if function does not return a value
  41. pitop/display/display.py:60: error: Item "None" of "Optional[Any]" has no attribute "stop_listening"
  42. pitop/display/display.py:64: error: Function is missing a type annotation
  43. pitop/display/display.py:65: error: Call to untyped function "PTDMRequestClient" in typed context
  44. pitop/display/display.py:70: error: Function is missing a type annotation
  45. pitop/display/display.py:75: error: Call to untyped function "__do_transaction" in typed context
  46. pitop/display/display.py:75: error: Call to untyped function "from_parts" of "Message" in typed context
  47. pitop/display/display.py:79: error: Function is missing a type annotation
  48. pitop/display/display.py:7: error: Function is missing a return type annotation
  49. pitop/display/display.py:7: note: Use "-> None" if function does not return a value
  50. pitop/display/display.py:81: error: Call to untyped function "__do_transaction" in typed context
  51. pitop/display/display.py:81: error: Call to untyped function "from_parts" of "Message" in typed context
  52. pitop/display/display.py:85: error: Function is missing a return type annotation
  53. pitop/display/display.py:87: error: Call to untyped function "__get_state" in typed context
  54. pitop/display/display.py:94: error: Function is missing a type annotation
  55. pitop/display/display.py:95: error: Call to untyped function "__set_state" in typed context
Advertisement
Add Comment
Please, Sign In to add comment