diff --git a/hooks/post_gen_project.py b/hooks/post_gen_project.py index 52516bb4b..ad1c29d87 100644 --- a/hooks/post_gen_project.py +++ b/hooks/post_gen_project.py @@ -501,6 +501,5 @@ def main(): # noqa: C901, PLR0912, PLR0915 remove_async_files() - if __name__ == "__main__": main()