From 25a50578cd7f77dd468bcee2cfd398aa42da972d Mon Sep 17 00:00:00 2001 From: ks129 <45097959+ks129@users.noreply.github.com> Date: Thu, 8 Jul 2021 20:33:10 +0300 Subject: Remove trailing whitespace from The Code Style Guide --- pydis_site/templates/events/pages/code-jams/the-code-style-guide.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pydis_site') 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") - +
Imports should be at top of the file, the only things that should be before them are module comments and docstrings.
You shouldn't import multiple modules in one line, but give each module import its own line instead.
-- cgit v1.2.3