summary |
shortlog |
log |
commit | commitdiff |
tree
raw |
patch |
inline | side by side (from parent 1:
3143f02)
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
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