Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- pitop/pma/adc_base.py:21: error: Function is missing a type annotation
- pitop/pma/adc_base.py:26: error: Call to untyped function "get_pin_for_port" in typed context
- pitop/pma/adc_base.py:27: error: Call to untyped function "PlateInterface" in typed context
- pitop/pma/adc_base.py:27: error: Call to untyped function "get_device_mcu" in typed context
- pitop/pma/adc_base.py:29: error: Call to untyped function "__init__" in typed context
- pitop/pma/adc_base.py:30: error: Call to untyped function "__init__" in typed context
- pitop/pma/adc_base.py:35: error: Function is missing a return type annotation
- pitop/pma/adc_base.py:40: error: Function is missing a type annotation
- pitop/pma/adc_base.py:56: error: Call to untyped function "__read_peak" in typed context
- pitop/pma/adc_base.py:58: error: Call to untyped function "__read" in typed context
- pitop/pma/adc_base.py:64: error: Function is missing a type annotation
- pitop/pma/adc_base.py:66: error: Call to untyped function "__read_register" in typed context
- pitop/pma/adc_base.py:69: error: Function is missing a type annotation
- pitop/pma/adc_base.py:71: error: Call to untyped function "__read_register" in typed context
- pitop/pma/adc_base.py:74: error: Function is missing a type annotation
- pitop/pma/adc_base.py:78: error: Function is missing a return type annotation
- pitop/pma/adc_base.py:78: note: Use "-> None" if function does not return a value
- pitop/pma/button.py:15: error: Function is missing a type annotation
- pitop/pma/button.py:19: error: Call to untyped function "__init__" in typed context
- pitop/pma/button.py:20: error: Call to untyped function "__init__" in typed context
- pitop/pma/button.py:21: error: Call to untyped function "get_pin_for_port" in typed context
- pitop/pma/button.py:24: error: Function is missing a return type annotation
- pitop/pma/button.py:31: error: Function is missing a return type annotation
- pitop/pma/button.py:31: note: Use "-> None" if function does not return a value
- pitop/pma/button.py:7: error: Class cannot subclass "gpiozero_Button" (has type "Any")
- pitop/pma/buzzer.py:14: error: Function is missing a type annotation
- pitop/pma/buzzer.py:18: error: Call to untyped function "__init__" in typed context
- pitop/pma/buzzer.py:19: error: Call to untyped function "__init__" in typed context
- pitop/pma/buzzer.py:20: error: Call to untyped function "get_pin_for_port" in typed context
- pitop/pma/buzzer.py:23: error: Function is missing a return type annotation
- pitop/pma/buzzer.py:29: error: Function is missing a return type annotation
- pitop/pma/buzzer.py:29: note: Use "-> None" if function does not return a value
- pitop/pma/buzzer.py:7: error: Class cannot subclass "gpiozero_Buzzer" (has type "Any")
- pitop/pma/common/math_functions/ellipsoid_functions.py:110: error: Function is missing a type annotation
- pitop/pma/common/math_functions/ellipsoid_functions.py:11: error: Function is missing a type annotation
- pitop/pma/common/math_functions/ellipsoid_functions.py:52: error: Function is missing a type annotation
- pitop/pma/common/utils.py:24: error: Function is missing a type annotation
- pitop/pma/common/utils.py:31: error: Function is missing a type annotation
- pitop/pma/common/utils.py:51: error: Function is missing a type annotation
- pitop/pma/common/utils.py:53: error: Function is missing a type annotation
- pitop/pma/common/utils.py:58: error: Call to untyped function "validate_input" in typed context
- pitop/pma/encoder_motor.py:107: error: Function is missing a type annotation
- pitop/pma/encoder_motor.py:111: error: Function is missing a return type annotation
- pitop/pma/encoder_motor.py:127: error: Function is missing a type annotation
- pitop/pma/encoder_motor.py:131: error: Function is missing a type annotation
- pitop/pma/encoder_motor.py:160: error: Function is missing a return type annotation
- pitop/pma/encoder_motor.py:173: error: Function is missing a type annotation
- pitop/pma/encoder_motor.py:234: error: Function is missing a return type annotation
- pitop/pma/encoder_motor.py:247: error: Function is missing a return type annotation
- pitop/pma/encoder_motor.py:247: note: Use "-> None" if function does not return a value
- pitop/pma/encoder_motor.py:249: error: Call to untyped function "stop" in typed context
- pitop/pma/encoder_motor.py:252: error: Function is missing a return type annotation
- pitop/pma/encoder_motor.py:266: error: Function is missing a return type annotation
- pitop/pma/encoder_motor.py:286: error: Function is missing a return type annotation
- pitop/pma/encoder_motor.py:297: error: Function is missing a return type annotation
- pitop/pma/encoder_motor.py:304: error: Function is missing a return type annotation
- pitop/pma/encoder_motor.py:326: error: Function is missing a type annotation
- pitop/pma/encoder_motor.py:333: error: Function is missing a return type annotation
- pitop/pma/encoder_motor.py:336: error: Function is missing a type annotation
- pitop/pma/encoder_motor.py:371: error: Call to untyped function "set_target_rpm" in typed context
- pitop/pma/encoder_motor.py:373: error: Function is missing a type annotation
- pitop/pma/encoder_motor.py:395: error: Call to untyped function "set_target_speed" in typed context
- pitop/pma/encoder_motor.py:397: error: Function is missing a type annotation
- pitop/pma/encoder_motor.py:419: error: Call to untyped function "set_target_speed" in typed context
- pitop/pma/encoder_motor.py:422: error: Function is missing a return type annotation
- pitop/pma/encoder_motor.py:433: error: Function is missing a return type annotation
- pitop/pma/encoder_motor.py:443: error: Function is missing a return type annotation
- pitop/pma/encoder_motor.py:50: error: Function is missing a type annotation
- pitop/pma/encoder_motor.py:70: error: Call to untyped function "__init__" in typed context
- pitop/pma/encoder_motor.py:71: error: Call to untyped function "__init__" in typed context
- pitop/pma/encoder_motor.py:83: error: Function is missing a return type annotation
- pitop/pma/encoder_motor.py:94: error: Function is missing a return type annotation
- pitop/pma/encoder_motor_controller.py:117: error: Incompatible return value type (got "None", expected "int")
- pitop/pma/encoder_motor_controller.py:119: error: Returning Any from function declared to return "int"
- pitop/pma/encoder_motor_controller.py:123: error: Untyped decorator makes function "set_rpm_control" untyped
- pitop/pma/encoder_motor_controller.py:138: error: Incompatible return value type (got "None", expected "Tuple[int, int]")
- pitop/pma/encoder_motor_controller.py:152: error: Untyped decorator makes function "set_rpm_with_rotations" untyped
- pitop/pma/encoder_motor_controller.py:23: error: Call to untyped function "PlateInterface" in typed context
- pitop/pma/encoder_motor_controller.py:23: error: Call to untyped function "get_device_mcu" in typed context
- pitop/pma/encoder_motor_controller.py:33: error: Untyped decorator makes function "set_control_mode" untyped
- pitop/pma/encoder_motor_controller.py:40: error: Returning Any from function declared to return "int"
- pitop/pma/encoder_motor_controller.py:44: error: Untyped decorator makes function "set_braking_type" untyped
- pitop/pma/encoder_motor_controller.py:67: error: Returning Any from function declared to return "int"
- pitop/pma/encoder_motor_controller.py:69: error: Untyped decorator makes function "set_odometer" untyped
- pitop/pma/encoder_motor_controller.py:76: error: Function is missing a return type annotation
- pitop/pma/encoder_motor_controller.py:76: note: Use "-> None" if function does not return a value
- pitop/pma/encoder_motor_controller.py:91: error: Incompatible return value type (got "None", expected "int")
- pitop/pma/encoder_motor_controller.py:93: error: Returning Any from function declared to return "int"
- pitop/pma/encoder_motor_controller.py:97: error: Untyped decorator makes function "set_power" untyped
- pitop/pma/imu.py:116: error: Function is missing a return type annotation
- pitop/pma/imu.py:11: error: Function is missing a type annotation
- pitop/pma/imu.py:133: error: Function is missing a return type annotation
- pitop/pma/imu.py:150: error: Function is missing a return type annotation
- pitop/pma/imu.py:19: error: Function is missing a type annotation
- pitop/pma/imu.py:27: error: Function is missing a type annotation
- pitop/pma/imu.py:32: error: Function is missing a type annotation
- pitop/pma/imu.py:33: error: Call to untyped function "__mul__" in typed context
- pitop/pma/imu.py:35: error: Function is missing a return type annotation
- pitop/pma/imu.py:54: error: Function is missing a return type annotation
- pitop/pma/imu.py:54: note: Use "-> None" if function does not return a value
- pitop/pma/imu.py:55: error: Call to untyped function "ImuController" in typed context
- pitop/pma/imu.py:59: error: Function is missing a return type annotation
- pitop/pma/imu.py:73: error: Function is missing a return type annotation
- pitop/pma/imu.py:91: error: Function is missing a return type annotation
- pitop/pma/imu.py:96: error: Function is missing a return type annotation
- pitop/pma/imu_controller.py:100: error: Function is missing a return type annotation
- pitop/pma/imu_controller.py:110: error: Function is missing a return type annotation
- pitop/pma/imu_controller.py:114: error: Function is missing a return type annotation
- pitop/pma/imu_controller.py:119: error: Function is missing a return type annotation
- pitop/pma/imu_controller.py:123: error: Function is missing a return type annotation
- pitop/pma/imu_controller.py:128: error: Function is missing a return type annotation
- pitop/pma/imu_controller.py:136: error: Argument 1 to "float" has incompatible type "Optional[Any]"; expected "Union[SupportsFloat, SupportsIndex, str, bytes]"
- pitop/pma/imu_controller.py:144: error: Function is missing a return type annotation
- pitop/pma/imu_controller.py:152: error: Argument 1 to "float" has incompatible type "Optional[Any]"; expected "Union[SupportsFloat, SupportsIndex, str, bytes]"
- pitop/pma/imu_controller.py:160: error: Function is missing a return type annotation
- pitop/pma/imu_controller.py:174: error: Function is missing a return type annotation
- pitop/pma/imu_controller.py:205: error: Function is missing a return type annotation
- pitop/pma/imu_controller.py:206: error: Call to untyped function "__read_mag_cal_hard" in typed context
- pitop/pma/imu_controller.py:208: error: Call to untyped function "__read_mag_cal_soft" in typed context
- pitop/pma/imu_controller.py:215: error: Function is missing a type annotation
- pitop/pma/imu_controller.py:220: error: Call to untyped function "__write_mag_cal" in typed context
- pitop/pma/imu_controller.py:221: error: Call to untyped function "__write_mag_cal" in typed context
- pitop/pma/imu_controller.py:222: error: Call to untyped function "__write_mag_cal" in typed context
- pitop/pma/imu_controller.py:232: error: Call to untyped function "__write_mag_cal" in typed context
- pitop/pma/imu_controller.py:233: error: Call to untyped function "__write_mag_cal" in typed context
- pitop/pma/imu_controller.py:234: error: Call to untyped function "__write_mag_cal" in typed context
- pitop/pma/imu_controller.py:235: error: Call to untyped function "__write_mag_cal" in typed context
- pitop/pma/imu_controller.py:236: error: Call to untyped function "__write_mag_cal" in typed context
- pitop/pma/imu_controller.py:237: error: Call to untyped function "__write_mag_cal" in typed context
- pitop/pma/imu_controller.py:240: error: Call to untyped function "read_mag_cal_params" in typed context
- pitop/pma/imu_controller.py:256: error: Function is missing a return type annotation
- pitop/pma/imu_controller.py:259: error: Function is missing a return type annotation
- pitop/pma/imu_controller.py:25: error: Function is missing a return type annotation
- pitop/pma/imu_controller.py:25: note: Use "-> None" if function does not return a value
- pitop/pma/imu_controller.py:266: error: Function is missing a type annotation
- pitop/pma/imu_controller.py:274: error: Function is missing a return type annotation
- pitop/pma/imu_controller.py:285: error: Function is missing a return type annotation
- pitop/pma/imu_controller.py:30: error: Call to untyped function "PlateInterface" in typed context
- pitop/pma/imu_controller.py:30: error: Call to untyped function "get_device_mcu" in typed context
- pitop/pma/imu_controller.py:42: error: Function is missing a return type annotation
- pitop/pma/imu_controller.py:42: note: Use "-> None" if function does not return a value
- pitop/pma/imu_controller.py:48: error: Function is missing a return type annotation
- pitop/pma/imu_controller.py:57: error: Function is missing a return type annotation
- pitop/pma/imu_controller.py:61: error: Function is missing a return type annotation
- pitop/pma/imu_controller.py:66: error: Function is missing a return type annotation
- pitop/pma/imu_controller.py:70: error: Function is missing a return type annotation
- pitop/pma/imu_controller.py:75: error: Function is missing a return type annotation
- pitop/pma/imu_controller.py:79: error: Function is missing a return type annotation
- pitop/pma/imu_controller.py:84: error: Function is missing a return type annotation
- pitop/pma/imu_controller.py:88: error: Function is missing a return type annotation
- pitop/pma/imu_controller.py:92: error: Function is missing a return type annotation
- pitop/pma/led.py:15: error: Function is missing a type annotation
- pitop/pma/led.py:19: error: Call to untyped function "__init__" in typed context
- pitop/pma/led.py:20: error: Call to untyped function "__init__" in typed context
- pitop/pma/led.py:21: error: Call to untyped function "get_pin_for_port" in typed context
- pitop/pma/led.py:24: error: Function is missing a return type annotation
- pitop/pma/led.py:30: error: Function is missing a return type annotation
- pitop/pma/led.py:30: note: Use "-> None" if function does not return a value
- pitop/pma/led.py:7: error: Class cannot subclass "gpiozero_LED" (has type "Any")
- pitop/pma/light_sensor.py:18: error: Function is missing a type annotation
- pitop/pma/light_sensor.py:19: error: Call to untyped function "__init__" in typed context
- pitop/pma/light_sensor.py:22: error: Function is missing a return type annotation
- pitop/pma/light_sensor.py:29: error: Call to untyped function "read" in typed context
- pitop/pma/light_sensor.py:32: error: Function is missing a return type annotation
- pitop/pma/plate_interface.py:14: error: Function is missing a return type annotation
- pitop/pma/plate_interface.py:14: note: Use "-> None" if function does not return a value
- pitop/pma/plate_interface.py:21: error: Function is missing a return type annotation
- pitop/pma/plate_interface.py:21: note: Use "-> None" if function does not return a value
- pitop/pma/plate_interface.py:22: error: Call to untyped function "__disconnect_mcu" in typed context
- pitop/pma/plate_interface.py:24: error: Function is missing a return type annotation
- pitop/pma/plate_interface.py:26: error: Call to untyped function "__connect_mcu" in typed context
- pitop/pma/plate_interface.py:31: error: Function is missing a return type annotation
- pitop/pma/plate_interface.py:31: note: Use "-> None" if function does not return a value
- pitop/pma/plate_interface.py:39: error: Call to untyped function "connect" in typed context
- pitop/pma/plate_interface.py:41: error: Call to untyped function "__send_heartbeat" in typed context
- pitop/pma/plate_interface.py:43: error: Call to untyped function "__disconnect_mcu" in typed context
- pitop/pma/plate_interface.py:51: error: Function is missing a return type annotation
- pitop/pma/plate_interface.py:51: note: Use "-> None" if function does not return a value
- pitop/pma/plate_interface.py:66: error: Function is missing a return type annotation
- pitop/pma/plate_interface.py:66: note: Use "-> None" if function does not return a value
- pitop/pma/plate_interface.py:69: error: Item "None" of "Optional[Any]" has no attribute "write_byte"
- pitop/pma/plate_interface.py:79: error: Function is missing a return type annotation
- pitop/pma/plate_interface.py:79: note: Use "-> None" if function does not return a value
- pitop/pma/plate_interface.py:83: error: Call to untyped function "__send_heartbeat" in typed context
- pitop/pma/potentiometer.py:19: error: Function is missing a type annotation
- pitop/pma/potentiometer.py:20: error: Call to untyped function "__init__" in typed context
- pitop/pma/potentiometer.py:23: error: Function is missing a return type annotation
- pitop/pma/potentiometer.py:29: error: Function is missing a return type annotation
- pitop/pma/potentiometer.py:35: error: Call to untyped function "read" in typed context
- pitop/pma/potentiometer.py:38: error: Function is missing a return type annotation
- pitop/pma/servo_controller.py:116: error: Untyped decorator makes function "set_target_angle" untyped
- pitop/pma/servo_controller.py:117: error: Function is missing a return type annotation
- pitop/pma/servo_controller.py:140: error: Function is missing a return type annotation
- pitop/pma/servo_controller.py:145: error: Untyped decorator makes function "set_acceleration_mode" untyped
- pitop/pma/servo_controller.py:146: error: Function is missing a return type annotation
- pitop/pma/servo_controller.py:35: error: Call to untyped function "PlateInterface" in typed context
- pitop/pma/servo_controller.py:35: error: Call to untyped function "get_device_mcu" in typed context
- pitop/pma/servo_controller.py:44: error: Untyped decorator makes function "set_min_pulse_width" untyped
- pitop/pma/servo_controller.py:53: error: Incompatible types in assignment (expression has type "float", variable has type "int")
- pitop/pma/servo_controller.py:58: error: Untyped decorator makes function "set_max_pulse_width" untyped
- pitop/pma/servo_controller.py:67: error: Incompatible types in assignment (expression has type "float", variable has type "int")
- pitop/pma/servo_controller.py:72: error: Untyped decorator makes function "set_pwm_frequency" untyped
- pitop/pma/servo_controller.py:77: error: Returning Any from function declared to return "int"
- pitop/pma/servo_controller.py:81: error: Function is missing a return type annotation
- pitop/pma/servo_motor.py:108: error: Function is missing a return type annotation
- pitop/pma/servo_motor.py:119: error: Function is missing a return type annotation
- pitop/pma/servo_motor.py:128: error: Call to untyped function "get_current_angle_and_speed" in typed context
- pitop/pma/servo_motor.py:135: error: Function is missing a return type annotation
- pitop/pma/servo_motor.py:165: error: Function is missing a return type annotation
- pitop/pma/servo_motor.py:179: error: Call to untyped function "get_current_angle_and_speed" in typed context
- pitop/pma/servo_motor.py:183: error: Function is missing a return type annotation
- pitop/pma/servo_motor.py:192: error: Call to untyped function "get_current_angle_and_speed" in typed context
- pitop/pma/servo_motor.py:196: error: Function is missing a return type annotation
- pitop/pma/servo_motor.py:202: error: Call to untyped function "get_acceleration_mode" in typed context
- pitop/pma/servo_motor.py:205: error: Function is missing a return type annotation
- pitop/pma/servo_motor.py:215: error: Function is missing a return type annotation
- pitop/pma/servo_motor.py:223: error: Function is missing a type annotation
- pitop/pma/servo_motor.py:240: error: Function is missing a return type annotation
- pitop/pma/servo_motor.py:248: error: Function is missing a type annotation
- pitop/pma/servo_motor.py:268: error: Function is missing a type annotation
- pitop/pma/servo_motor.py:34: error: Function is missing a type annotation
- pitop/pma/servo_motor.py:50: error: Call to untyped function "__init__" in typed context
- pitop/pma/servo_motor.py:51: error: Call to untyped function "__init__" in typed context
- pitop/pma/servo_motor.py:61: error: Function is missing a return type annotation
- pitop/pma/servo_motor.py:67: error: Function is missing a return type annotation
- pitop/pma/servo_motor.py:67: note: Use "-> None" if function does not return a value
- pitop/pma/servo_motor.py:69: error: Call to untyped function "stop" in typed context
- pitop/pma/servo_motor.py:71: error: Function is missing a return type annotation
- pitop/pma/servo_motor.py:71: note: Use "-> None" if function does not return a value
- pitop/pma/servo_motor.py:79: error: Function is missing a return type annotation
- pitop/pma/servo_motor.py:94: error: Function is missing a type annotation
- pitop/pma/sound_sensor.py:17: error: Function is missing a type annotation
- pitop/pma/sound_sensor.py:18: error: Call to untyped function "__init__" in typed context
- pitop/pma/sound_sensor.py:21: error: Function is missing a return type annotation
- pitop/pma/sound_sensor.py:27: error: Call to untyped function "read" in typed context
- pitop/pma/sound_sensor.py:31: error: Function is missing a return type annotation
- pitop/pma/ultrasonic_sensor.py:102: error: Function is missing a return type annotation
- pitop/pma/ultrasonic_sensor.py:10: error: Function is missing a type annotation
- pitop/pma/ultrasonic_sensor.py:112: error: Function is missing a return type annotation
- pitop/pma/ultrasonic_sensor.py:120: error: Function is missing a return type annotation
- pitop/pma/ultrasonic_sensor.py:123: error: Function is missing a return type annotation
- pitop/pma/ultrasonic_sensor.py:123: note: Use "-> None" if function does not return a value
- pitop/pma/ultrasonic_sensor.py:161: error: Call to untyped function "close" in typed context
- pitop/pma/ultrasonic_sensor.py:164: error: Function is missing a return type annotation
- pitop/pma/ultrasonic_sensor.py:168: error: Function is missing a return type annotation
- pitop/pma/ultrasonic_sensor.py:172: error: Function is missing a type annotation
- pitop/pma/ultrasonic_sensor.py:177: error: Function is missing a return type annotation
- pitop/pma/ultrasonic_sensor.py:181: error: Function is missing a type annotation
- pitop/pma/ultrasonic_sensor.py:185: error: Function is missing a type annotation
- pitop/pma/ultrasonic_sensor.py:186: error: Call to untyped function "wait_for_inactive" in typed context
- pitop/pma/ultrasonic_sensor.py:188: error: Function is missing a type annotation
- pitop/pma/ultrasonic_sensor.py:189: error: Call to untyped function "wait_for_active" in typed context
- pitop/pma/ultrasonic_sensor.py:25: error: Call to untyped function "UltrasonicSensorMCU" in typed context
- pitop/pma/ultrasonic_sensor.py:34: error: Call to untyped function "UltrasonicSensorRPI" in typed context
- pitop/pma/ultrasonic_sensor.py:46: error: Call to untyped function "__init__" in typed context
- pitop/pma/ultrasonic_sensor.py:47: error: Call to untyped function "__init__" in typed context
- pitop/pma/ultrasonic_sensor.py:59: error: Function is missing a return type annotation
- pitop/pma/ultrasonic_sensor.py:62: error: Function is missing a type annotation
- pitop/pma/ultrasonic_sensor.py:63: error: Call to untyped function "close" in typed context
- pitop/pma/ultrasonic_sensor.py:66: error: Function is missing a return type annotation
- pitop/pma/ultrasonic_sensor.py:72: error: Function is missing a return type annotation
- pitop/pma/ultrasonic_sensor.py:84: error: Function is missing a type annotation
- pitop/pma/ultrasonic_sensor.py:88: error: Function is missing a return type annotation
- pitop/pma/ultrasonic_sensor.py:98: error: Function is missing a type annotation
- pitop/pma/ultrasonic_sensor_base.py:112: error: Function is missing a type annotation
- pitop/pma/ultrasonic_sensor_base.py:126: error: Need type annotation for "__data_queue"
- pitop/pma/ultrasonic_sensor_base.py:129: error: Call to untyped function "PlateInterface" in typed context
- pitop/pma/ultrasonic_sensor_base.py:129: error: Call to untyped function "get_device_mcu" in typed context
- pitop/pma/ultrasonic_sensor_base.py:130: error: Call to untyped function "CompatibilityCheck" in typed context
- pitop/pma/ultrasonic_sensor_base.py:132: error: Call to untyped function "__configure_mcu" in typed context
- pitop/pma/ultrasonic_sensor_base.py:164: error: Function is missing a return type annotation
- pitop/pma/ultrasonic_sensor_base.py:164: note: Use "-> None" if function does not return a value
- pitop/pma/ultrasonic_sensor_base.py:171: error: Function is missing a return type annotation
- pitop/pma/ultrasonic_sensor_base.py:177: error: Function is missing a return type annotation
- pitop/pma/ultrasonic_sensor_base.py:177: note: Use "-> None" if function does not return a value
- pitop/pma/ultrasonic_sensor_base.py:184: error: Function is missing a return type annotation
- pitop/pma/ultrasonic_sensor_base.py:184: note: Use "-> None" if function does not return a value
- pitop/pma/ultrasonic_sensor_base.py:190: error: Function is missing a return type annotation
- pitop/pma/ultrasonic_sensor_base.py:193: error: Function is missing a type annotation
- pitop/pma/ultrasonic_sensor_base.py:196: error: Function is missing a type annotation
- pitop/pma/ultrasonic_sensor_base.py:199: error: Function is missing a return type annotation
- pitop/pma/ultrasonic_sensor_base.py:199: note: Use "-> None" if function does not return a value
- pitop/pma/ultrasonic_sensor_base.py:204: error: Function is missing a type annotation
- pitop/pma/ultrasonic_sensor_base.py:205: error: Call to untyped function "__read_distance" in typed context
- pitop/pma/ultrasonic_sensor_base.py:211: error: Function is missing a return type annotation
- pitop/pma/ultrasonic_sensor_base.py:211: note: Use "-> None" if function does not return a value
- pitop/pma/ultrasonic_sensor_base.py:215: error: Call to untyped function "__check_for_state_change" in typed context
- pitop/pma/ultrasonic_sensor_base.py:217: error: Function is missing a return type annotation
- pitop/pma/ultrasonic_sensor_base.py:217: note: Use "-> None" if function does not return a value
- pitop/pma/ultrasonic_sensor_base.py:218: error: Call to untyped function "__inactive_criteria" in typed context
- pitop/pma/ultrasonic_sensor_base.py:219: error: Call to untyped function "__was_deactivated" in typed context
- pitop/pma/ultrasonic_sensor_base.py:221: error: Call to untyped function "__active_criteria" in typed context
- pitop/pma/ultrasonic_sensor_base.py:222: error: Call to untyped function "__was_activated" in typed context
- pitop/pma/ultrasonic_sensor_base.py:225: error: Function is missing a return type annotation
- pitop/pma/ultrasonic_sensor_base.py:228: error: Function is missing a return type annotation
- pitop/pma/ultrasonic_sensor_base.py:229: error: Call to untyped function "__active_criteria" in typed context
- pitop/pma/ultrasonic_sensor_base.py:231: error: Function is missing a return type annotation
- pitop/pma/ultrasonic_sensor_base.py:231: note: Use "-> None" if function does not return a value
- pitop/pma/ultrasonic_sensor_base.py:238: error: Function is missing a return type annotation
- pitop/pma/ultrasonic_sensor_base.py:238: note: Use "-> None" if function does not return a value
- pitop/pma/ultrasonic_sensor_base.py:245: error: Function is missing a return type annotation
- pitop/pma/ultrasonic_sensor_base.py:245: note: Use "-> None" if function does not return a value
- pitop/pma/ultrasonic_sensor_base.py:252: error: Function is missing a return type annotation
- pitop/pma/ultrasonic_sensor_base.py:269: error: Class cannot subclass "SmoothedInputDevice" (has type "Any")
- pitop/pma/ultrasonic_sensor_base.py:272: error: Function is missing a type annotation
- pitop/pma/ultrasonic_sensor_base.py:287: error: Call to untyped function "get_pin_for_port" in typed context
- pitop/pma/ultrasonic_sensor_base.py:310: error: Call to untyped function "close" in typed context
- pitop/pma/ultrasonic_sensor_base.py:313: error: Function is missing a return type annotation
- pitop/pma/ultrasonic_sensor_base.py:313: note: Use "-> None" if function does not return a value
- pitop/pma/ultrasonic_sensor_base.py:315: error: Call to untyped function "close" of "UltrasonicSensorBase" in typed context
- pitop/pma/ultrasonic_sensor_base.py:323: error: Function is missing a return type annotation
- pitop/pma/ultrasonic_sensor_base.py:327: error: Function is missing a return type annotation
- pitop/pma/ultrasonic_sensor_base.py:330: error: Function is missing a type annotation
- pitop/pma/ultrasonic_sensor_base.py:337: error: Function is missing a return type annotation
- pitop/pma/ultrasonic_sensor_base.py:35: error: Function is missing a return type annotation
- pitop/pma/ultrasonic_sensor_base.py:376: error: Function is missing a return type annotation
- pitop/pma/ultrasonic_sensor_base.py:39: error: Function is missing a type annotation
- pitop/pma/ultrasonic_sensor_base.py:47: error: Function is missing a return type annotation
- pitop/pma/ultrasonic_sensor_base.py:51: error: Function is missing a type annotation
- pitop/pma/ultrasonic_sensor_base.py:55: error: Function is missing a return type annotation
- pitop/pma/ultrasonic_sensor_base.py:56: error: Unsupported left operand type for * ("Callable[[], Any]")
- pitop/pma/ultrasonic_sensor_base.py:59: error: Function is missing a return type annotation
- pitop/pma/ultrasonic_sensor_base.py:59: note: Use "-> None" if function does not return a value
- pitop/pma/ultrasonic_sensor_base.py:63: error: Function is missing a return type annotation
- pitop/pma/ultrasonic_sensor_base.py:63: note: Use "-> None" if function does not return a value
- pitop/pma/ultrasonic_sensor_base.py:67: error: Function is missing a return type annotation
- pitop/pma/ultrasonic_sensor_base.py:67: note: Use "-> None" if function does not return a value
- pitop/pma/ultrasonic_sensor_base.py:71: error: Function is missing a return type annotation
- pitop/pma/ultrasonic_sensor_base.py:71: note: Use "-> None" if function does not return a value
- pitop/pma/ultrasonic_sensor_base.py:75: error: Function is missing a type annotation
- pitop/pma/ultrasonic_sensor_base.py:79: error: Function is missing a type annotation
- pitop/pma/ultrasonic_sensor_base.py:86: error: Function is missing a return type annotation
- pitop/pma/ultrasonic_sensor_base.py:86: note: Use "-> None" if function does not return a value
- pitop/pma/ultrasonic_sensor_base.py:87: error: Call to untyped function "check" in typed context
- pitop/pma/ultrasonic_sensor_base.py:89: error: Function is missing a return type annotation
- pitop/pma/ultrasonic_sensor_base.py:89: note: Use "-> None" if function does not return a value
Advertisement
Add Comment
Please, Sign In to add comment