# HG changeset patch # User Nicolas Chauvat <nicolas.chauvat@logilab.fr> # Date 1678657952 -3600 # Sun Mar 12 22:52:32 2023 +0100 # Node ID 2d94ecb00b42eb7184b84ccd22ac91864b9b278c # Parent 343ed9ccfa1c4e71fdea1fc743c325c94c64a98c make black happy diff --git a/cube_doctor/shell_scripts/add_tox_env.py b/cube_doctor/shell_scripts/add_tox_env.py --- a/cube_doctor/shell_scripts/add_tox_env.py +++ b/cube_doctor/shell_scripts/add_tox_env.py @@ -47,5 +47,5 @@ f.write(result) -if __name__ == '__main__': +if __name__ == "__main__": main()