Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
tests/fixtures: Fix FilesDef type to include bytes values
The build_files() helper which handles these FilesDef nested dicts already has code to handle values of type 'bytes' (they get written verbatim instead of first being processed by DALS()). Changing the FilesDef type to reflect this prevents Mypy from failing when encountering legitimate bytes values in these dicts.
- Loading branch information