Guest User

Untitled

a guest
Nov 12th, 2021
10
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.01 KB | None | 0 0
  1. pitop/core/ImageFunctions.py:10: error: Function is missing a type annotation
  2. pitop/core/ImageFunctions.py:15: error: Function is missing a type annotation
  3. pitop/core/ImageFunctions.py:16: error: Call to untyped function "import_opencv" in typed context
  4. pitop/core/ImageFunctions.py:18: error: Call to untyped function "image_format_check" in typed context
  5. pitop/core/ImageFunctions.py:43: error: Function is missing a type annotation
  6. pitop/core/ImageFunctions.py:44: error: Call to untyped function "is_url" in typed context
  7. pitop/core/data_structures.py:1: error: Missing type parameters for generic type "dict"
  8. pitop/core/data_structures.py:5: error: Incompatible types in assignment (expression has type "Callable[[Dict[_KT, _VT], _KT, _VT], None]", base class "object" defined the type as "Callable[[object, str, Any], None]")
  9. pitop/core/data_structures.py:6: error: Incompatible types in assignment (expression has type "Callable[[Dict[_KT, _VT], _KT], None]", base class "object" defined the type as "Callable[[object, str], None]")
  10. pitop/core/data_stuctures.py:1: error: Missing type parameters for generic type "dict"
  11. pitop/core/data_stuctures.py:5: error: Incompatible types in assignment (expression has type "Callable[[Dict[_KT, _VT], _KT, _VT], None]", base class "object" defined the type as "Callable[[object, str, Any], None]")
  12. pitop/core/data_stuctures.py:6: error: Incompatible types in assignment (expression has type "Callable[[Dict[_KT, _VT], _KT], None]", base class "object" defined the type as "Callable[[object, str], None]")
  13. pitop/core/import_opencv.py:1: error: Function is missing a return type annotation
  14. pitop/core/mixins/componentable.py:13: error: Call to untyped function "__init__" in typed context
  15. pitop/core/mixins/componentable.py:14: error: Call to untyped function "__init__" in typed context
  16. pitop/core/mixins/componentable.py:17: error: Function is missing a type annotation
  17. pitop/core/mixins/componentable.py:26: error: Call to untyped function "from_config" of "Recreatable" in typed context
  18. pitop/core/mixins/componentable.py:31: error: Call to untyped function "from_config" of "Recreatable" in typed context
  19. pitop/core/mixins/componentable.py:39: error: Function is missing a type annotation
  20. pitop/core/mixins/componentable.py:68: error: Function is missing a return type annotation
  21. pitop/core/mixins/componentable.py:9: error: Function is missing a type annotation
  22. pitop/core/mixins/recreatable.py:16: error: Function is missing a type annotation
  23. pitop/core/mixins/recreatable.py:36: error: Function is missing a type annotation
  24. pitop/core/mixins/recreatable.py:47: error: Call to untyped function "import_class" in typed context
  25. pitop/core/mixins/recreatable.py:51: error: Function is missing a type annotation
  26. pitop/core/mixins/recreatable.py:57: error: Call to untyped function "from_config" of "Recreatable" in typed context
  27. pitop/core/mixins/recreatable.py:59: error: Function is missing a type annotation
  28. pitop/core/mixins/recreatable.py:67: error: Function is missing a return type annotation
  29. pitop/core/mixins/recreatable.py:76: error: Function is missing a type annotation
  30. pitop/core/mixins/recreatable.py:81: error: Function is missing a return type annotation
  31. pitop/core/mixins/recreatable.py:81: note: Use "-> None" if function does not return a value
  32. pitop/core/mixins/stateful.py:12: error: Function is missing a return type annotation
  33. pitop/core/mixins/stateful.py:17: error: Function is missing a type annotation
  34. pitop/core/mixins/stateful.py:24: error: Function is missing a return type annotation
  35. pitop/core/mixins/stateful.py:32: error: Call to untyped function "__child_state" in typed context
  36. pitop/core/mixins/stateful.py:38: error: Function is missing a return type annotation
  37. pitop/core/mixins/stateful.py:38: note: Use "-> None" if function does not return a value
  38. pitop/core/mixins/stateful.py:8: error: Function is missing a type annotation
  39. pitop/core/mixins/supports_battery.py:11: error: Call to untyped function "device_type" in typed context
  40. pitop/core/mixins/supports_battery.py:12: error: Call to untyped function "Battery" in typed context
  41. pitop/core/mixins/supports_battery.py:15: error: Function is missing a return type annotation
  42. pitop/core/mixins/supports_battery.py:7: error: Function is missing a return type annotation
  43. pitop/core/mixins/supports_battery.py:7: note: Use "-> None" if function does not return a value
  44. pitop/core/mixins/supports_miniscreen.py:11: error: Call to untyped function "device_type" in typed context
  45. pitop/core/mixins/supports_miniscreen.py:12: error: Call to untyped function "Miniscreen" in typed context
  46. pitop/core/mixins/supports_miniscreen.py:15: error: Function is missing a return type annotation
  47. pitop/core/mixins/supports_miniscreen.py:21: error: Function is missing a return type annotation
  48. pitop/core/mixins/supports_miniscreen.py:7: error: Function is missing a return type annotation
  49. pitop/core/mixins/supports_miniscreen.py:7: note: Use "-> None" if function does not return a value
  50. pitop/core/utils.py:6: error: Function is missing a return type annotation
Advertisement
Add Comment
Please, Sign In to add comment