Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: Fix mypy linter errors and warnings (#226)
A newer linter complains about our codec enums: > streamer/bitrate_configuration.py:40: error: Enum members must be left unannotated [misc] > streamer/bitrate_configuration.py:40: note: See https://typing.readthedocs.io/en/latest/spec/enums.html#defining-members And also this shows up in Python 3.12: > streamer/periodconcat_node.py:128: SyntaxWarning: invalid escape sequence '\{' > namespace_matches = re.search('\{([^}]*)\}', concat_mpd.tag)
- Loading branch information