From 37bf39fb3bb2f984b2928c7d5ffda1a1d7a5d88a Mon Sep 17 00:00:00 2001 From: AdamMusa Date: Thu, 6 Apr 2023 00:49:51 +0100 Subject: [PATCH] remove blank lines --- .../relationship_attributes/back_populates/tutorial001.py | 1 + 1 file changed, 1 insertion(+) diff --git a/docs_src/tutorial/relationship_attributes/back_populates/tutorial001.py b/docs_src/tutorial/relationship_attributes/back_populates/tutorial001.py index 54be46fa62..46f5020b7c 100644 --- a/docs_src/tutorial/relationship_attributes/back_populates/tutorial001.py +++ b/docs_src/tutorial/relationship_attributes/back_populates/tutorial001.py @@ -131,5 +131,6 @@ def main(): select_heroes() update_heroes() + if __name__ == "__main__": main()