projects
/
flexagon-toolkit.git
/ commitdiff
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
3143f02
)
svg_tetraflexagon_editor.py: fix coding style
author
Antonio Ospite <ao2@ao2.it>
Wed, 27 Jun 2018 14:08:15 +0000
(16:08 +0200)
committer
Antonio Ospite <ao2@ao2.it>
Thu, 28 Jun 2018 14:34:52 +0000
(16:34 +0200)
Add an expected blank line between a class and a function, reported by
pycodestyle:
$ pycodestyle svg_tetraflexagon_editor.py
svg_tetraflexagon_editor.py:117:1: E302 expected 2 blank lines, found 1
src/svg_tetraflexagon_editor.py
patch
|
blob
|
history
diff --git
a/src/svg_tetraflexagon_editor.py
b/src/svg_tetraflexagon_editor.py
index
ce2794b
..
0952e8a
100755
(executable)
--- a/
src/svg_tetraflexagon_editor.py
+++ b/
src/svg_tetraflexagon_editor.py
@@
-114,6
+114,7
@@
class SvgwriteTetraflexagonDiagram(TetraflexagonDiagram):
self.backend.active_group = old_active_group
self.backend.active_group = old_active_group
+
def main():
width = 3508
height = 2480
def main():
width = 3508
height = 2480