From c9e5a32d5a28d15e1676f9e82e2fa2720cdbb550 2020-10-13 17:02:21 From: Justin Palmer Date: 2020-10-13 17:02:21 Subject: [PATCH] More formatting stuff darker didn't catch. --- diff --git a/tools/gen_latex_symbols.py b/tools/gen_latex_symbols.py index 0574c70..fabc696 100644 --- a/tools/gen_latex_symbols.py +++ b/tools/gen_latex_symbols.py @@ -82,6 +82,6 @@ reverse_latex_symbol = { v:k for k,v in latex_symbols.items()} fn = Path('..', 'IPython', 'core', 'latex_symbols.py') print("Writing the file: %s" % str(fn)) -fn.write_text(s, encoding='utf-8') +fn.write_text(s, encoding="utf-8")