Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- pitop/core/ImageFunctions.py:10: error: Function is missing a type annotation
- pitop/core/ImageFunctions.py:15: error: Function is missing a type annotation
- pitop/core/ImageFunctions.py:16: error: Call to untyped function "import_opencv" in typed context
- pitop/core/ImageFunctions.py:18: error: Call to untyped function "image_format_check" in typed context
- pitop/core/ImageFunctions.py:43: error: Function is missing a type annotation
- pitop/core/ImageFunctions.py:44: error: Call to untyped function "is_url" in typed context
- pitop/core/data_structures.py:1: error: Missing type parameters for generic type "dict"
- 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]")
- 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]")
- pitop/core/data_stuctures.py:1: error: Missing type parameters for generic type "dict"
- 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]")
- 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]")
- pitop/core/import_opencv.py:1: error: Function is missing a return type annotation
- pitop/core/mixins/componentable.py:13: error: Call to untyped function "__init__" in typed context
- pitop/core/mixins/componentable.py:14: error: Call to untyped function "__init__" in typed context
- pitop/core/mixins/componentable.py:17: error: Function is missing a type annotation
- pitop/core/mixins/componentable.py:26: error: Call to untyped function "from_config" of "Recreatable" in typed context
- pitop/core/mixins/componentable.py:31: error: Call to untyped function "from_config" of "Recreatable" in typed context
- pitop/core/mixins/componentable.py:39: error: Function is missing a type annotation
- pitop/core/mixins/componentable.py:68: error: Function is missing a return type annotation
- pitop/core/mixins/componentable.py:9: error: Function is missing a type annotation
- pitop/core/mixins/recreatable.py:16: error: Function is missing a type annotation
- pitop/core/mixins/recreatable.py:36: error: Function is missing a type annotation
- pitop/core/mixins/recreatable.py:47: error: Call to untyped function "import_class" in typed context
- pitop/core/mixins/recreatable.py:51: error: Function is missing a type annotation
- pitop/core/mixins/recreatable.py:57: error: Call to untyped function "from_config" of "Recreatable" in typed context
- pitop/core/mixins/recreatable.py:59: error: Function is missing a type annotation
- pitop/core/mixins/recreatable.py:67: error: Function is missing a return type annotation
- pitop/core/mixins/recreatable.py:76: error: Function is missing a type annotation
- pitop/core/mixins/recreatable.py:81: error: Function is missing a return type annotation
- pitop/core/mixins/recreatable.py:81: note: Use "-> None" if function does not return a value
- pitop/core/mixins/stateful.py:12: error: Function is missing a return type annotation
- pitop/core/mixins/stateful.py:17: error: Function is missing a type annotation
- pitop/core/mixins/stateful.py:24: error: Function is missing a return type annotation
- pitop/core/mixins/stateful.py:32: error: Call to untyped function "__child_state" in typed context
- pitop/core/mixins/stateful.py:38: error: Function is missing a return type annotation
- pitop/core/mixins/stateful.py:38: note: Use "-> None" if function does not return a value
- pitop/core/mixins/stateful.py:8: error: Function is missing a type annotation
- pitop/core/mixins/supports_battery.py:11: error: Call to untyped function "device_type" in typed context
- pitop/core/mixins/supports_battery.py:12: error: Call to untyped function "Battery" in typed context
- pitop/core/mixins/supports_battery.py:15: error: Function is missing a return type annotation
- pitop/core/mixins/supports_battery.py:7: error: Function is missing a return type annotation
- pitop/core/mixins/supports_battery.py:7: note: Use "-> None" if function does not return a value
- pitop/core/mixins/supports_miniscreen.py:11: error: Call to untyped function "device_type" in typed context
- pitop/core/mixins/supports_miniscreen.py:12: error: Call to untyped function "Miniscreen" in typed context
- pitop/core/mixins/supports_miniscreen.py:15: error: Function is missing a return type annotation
- pitop/core/mixins/supports_miniscreen.py:21: error: Function is missing a return type annotation
- pitop/core/mixins/supports_miniscreen.py:7: error: Function is missing a return type annotation
- pitop/core/mixins/supports_miniscreen.py:7: note: Use "-> None" if function does not return a value
- pitop/core/utils.py:6: error: Function is missing a return type annotation
Advertisement
Add Comment
Please, Sign In to add comment