MikePiTop

Untitled

Nov 12th, 2021
12
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.66 KB | None | 0 0
  1. pitop/protoplus/adc.py:14: error: Function is missing a type annotation
  2. pitop/protoplus/adc.py:20: error: Function is missing a type annotation
  3. pitop/protoplus/adc.py:26: error: Call to untyped function "read_all" in typed context
  4. pitop/protoplus/adc.py:30: error: Function is missing a return type annotation
  5. pitop/protoplus/adc.py:32: error: Call to untyped function "__connect" in typed context
  6. pitop/protoplus/adc.py:36: error: Item "None" of "Optional[Any]" has no attribute "read_n_unsigned_bytes"
  7. pitop/protoplus/adc.py:43: error: Call to untyped function "__disconnect" in typed context
  8. pitop/protoplus/adc.py:58: error: Function is missing a type annotation
  9. pitop/protoplus/adc.py:65: error: Call to untyped function "read_all" in typed context
  10. pitop/protoplus/adc.py:84: error: Function is missing a return type annotation
  11. pitop/protoplus/adc.py:88: error: Call to untyped function "connect" in typed context
  12. pitop/protoplus/adc.py:96: error: Function is missing a return type annotation
  13. pitop/protoplus/adc.py:96: note: Use "-> None" if function does not return a value
  14. pitop/protoplus/sensors.py:12: error: Function is missing a type annotation
  15. pitop/protoplus/sensors.py:15: error: Function is missing a return type annotation
  16. pitop/protoplus/sensors.py:15: note: Use "-> None" if function does not return a value
  17. pitop/protoplus/sensors.py:4: error: Class cannot subclass "gpiozero_DistanceSensor" (has type "Any")
  18. pitop/protoplus/sensors.py:59: error: Function is missing a return type annotation
  19. pitop/protoplus/sensors.py:62: error: Function is missing a return type annotation
  20. pitop/protoplus/sensors.py:65: error: Function is missing a return type annotation
Advertisement
Add Comment
Please, Sign In to add comment