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