homeassistant/components/vivotek/camera.py:101: error: Returning Any from function declared to return "bytes | None"  [no-any-return]
homeassistant/components/amcrest/camera.py:194: error: Returning Any from function declared to return "bytes | None"  [no-any-return]
homeassistant/components/amcrest/camera.py:480: error: Unused "type: ignore" comment  [unused-ignore]
homeassistant/components/amcrest/camera.py:482: error: Unused "type: ignore" comment  [unused-ignore]
homeassistant/components/amcrest/camera.py:517: error: Returning Any from function declared to return "bool"  [no-any-return]
homeassistant/components/amcrest/camera.py:538: error: Returning Any from function declared to return "bool"  [no-any-return]
homeassistant/components/amcrest/camera.py:557: error: Returning Any from function declared to return "bool"  [no-any-return]
homeassistant/components/amcrest/camera.py:570: error: Returning Any from function declared to return "bool"  [no-any-return]
homeassistant/components/amcrest/camera.py:607: error: Returning Any from function declared to return "bool"  [no-any-return]
homeassistant/components/amcrest/camera.py:628: error: Returning Any from function declared to return "str"  [no-any-return]
homeassistant/components/amcrest/__init__.py:125: error: Class cannot subclass "ApiWrapper" (has type "Any")  [misc]
homeassistant/components/amcrest/__init__.py:200: error: Returning Any from function declared to return "Response"  [no-any-return]
Found 12 errors in 3 files (checked 8525 source files)
Warning: unused section(s) in mypy.ini: [mypy-tests.*]
