a lot of pyflakes and pylint fixes
This commit is contained in:
parent
28f622e071
commit
404d7290ba
43 changed files with 94 additions and 13 deletions
|
|
@ -1,2 +1,5 @@
|
|||
from .qt import QtApplication, QtMainWindow, QtDo, HTMLDelegate
|
||||
from .backendcfg import BackendCfg
|
||||
|
||||
__all__ = ['QtApplication', 'QtMainWindow', 'QtDo', 'HTMLDelegate',
|
||||
'BackendCfg']
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue