Skip to content
This repository was archived by the owner on Jan 30, 2023. It is now read-only.

Commit 4337bd3

Browse files
committedOct 2, 2022
Fix pycodestyle issue E306
expected 1 blank line before a nested definition, found 0 sage/combinat/k_regular_sequence.py:1251:9: E306
1 parent 8ee2328 commit 4337bd3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎src/sage/combinat/k_regular_sequence.py

+1
Original file line numberDiff line numberDiff line change
@@ -1248,6 +1248,7 @@ def find_linear_dependence(t_L, r_L, lines):
12481248

12491249
to_branch = []
12501250
lines = []
1251+
12511252
def include(line):
12521253
to_branch.append(line)
12531254
lines.append(line)

0 commit comments

Comments
 (0)