mirror of
https://github.com/onionshare/onionshare.git
synced 2025-06-19 03:59:13 -04:00
pep8: fix empty line counts
top level: 2, else 1 I also advice to not put "pass" into empty classes, but rather a docstring instead of "pass".
This commit is contained in:
parent
5deb3f9e0f
commit
179eefae29
16 changed files with 74 additions and 15 deletions
|
@ -22,6 +22,7 @@ from PyQt4 import QtCore, QtGui
|
|||
import common
|
||||
from onionshare import strings, helpers
|
||||
|
||||
|
||||
class Options(QtGui.QHBoxLayout):
|
||||
def __init__(self, web):
|
||||
super(Options, self).__init__()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue