Fix Python 3.9 Tests (#284)
Co-authored-by: James Hilton-Balfe <50501825+Gobot1234@users.noreply.github.com>
This commit is contained in:
		| @@ -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(), | ||||
|     ) | ||||
|   | ||||
		Reference in New Issue
	
	Block a user