lint improvements
This commit is contained in:
2
dodo.py
2
dodo.py
@@ -8,4 +8,4 @@ def task_wheel():
|
||||
"""Create bynary wheel distribution"""
|
||||
return {
|
||||
'actions': ['python3 -m build -w']
|
||||
}
|
||||
}
|
||||
|
||||
@@ -5,4 +5,4 @@ from .todo_tk import Application
|
||||
|
||||
if __name__ == "__main__":
|
||||
app = Application()
|
||||
app.main(app.login())
|
||||
app.main(app.login())
|
||||
|
||||
Reference in New Issue
Block a user