Browse Source

Decision is hereby made to omit the section

I was about to write something about blank lines between declarations
but that does not seem to be necessary.
Alois Mahdal 5 years ago
parent
commit
d02fd9f9b4
1 changed files with 0 additions and 5 deletions
  1. 0
    5
      notes/style.md

+ 0
- 5
notes/style.md View File

@@ -59,11 +59,6 @@ For docstrings, it's 72 characters *including* mandatory *she-space*
59 59
 prefix (`# `).  Add 4 in case of function docstrings.
60 60
 
61 61
 
62
-<!-- ### Blank lines ###
63
-
64
-TODO: decide -->
65
-
66
-
67 62
 ### Imports ###
68 63
 
69 64
 Imports come *after* module docstring, *before* variable declarations.