**Describe the bug** ``` photonlibpy/photonCamera.py:89: error: Argument 1 to "Packet" has incompatible type "bytes"; expected "list[int]" [arg-type] ``` **To Reproduce** ```sh pip install mypy mypy photonlib/ ```