Fix Python 3.9 Tests (#284)

Co-authored-by: James Hilton-Balfe <50501825+Gobot1234@users.noreply.github.com>
This commit is contained in:
Kalan
2021-11-19 13:32:36 -08:00
committed by GitHub
parent c424b6f8db
commit a4d2d39546
5 changed files with 103 additions and 36 deletions

View File

@@ -33,5 +33,5 @@ def outputfile_compiler(output_file: OutputTemplate) -> str:
return black.format_str(
template.render(output_file=output_file),
mode=black.FileMode(target_versions={black.TargetVersion.PY37}),
mode=black.Mode(),
)