diff options
-rw-r--r-- | pydis_site/templates/events/pages/code-jams/the-code-style-guide.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pydis_site/templates/events/pages/code-jams/the-code-style-guide.html b/pydis_site/templates/events/pages/code-jams/the-code-style-guide.html index 33b36d99..3176babf 100644 --- a/pydis_site/templates/events/pages/code-jams/the-code-style-guide.html +++ b/pydis_site/templates/events/pages/code-jams/the-code-style-guide.html @@ -175,7 +175,7 @@ print("Variable is not None") </code> </pre> - + <h3>Imports</h3> <p>Imports should be at top of the file, the only things that should be before them are module comments and docstrings.</p> <p>You shouldn't import multiple modules in one line, but give each module import its own line instead.</p> |