瀏覽代碼

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 年之前
父節點
當前提交
d02fd9f9b4
共有 1 個文件被更改,包括 0 次插入5 次删除
  1. 0
    5
      notes/style.md

+ 0
- 5
notes/style.md 查看文件

@@ -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.