general: cleanup -- remove main and executable bit where it's not necessary
This commit is contained in:
parent
2025d7ad1a
commit
73e57b52d1
13 changed files with 9 additions and 48 deletions
4
my/rtm.py
Executable file → Normal file
4
my/rtm.py
Executable file → Normal file
|
@ -114,7 +114,3 @@ def active_tasks() -> Iterator[MyTodo]:
|
|||
if not t.is_completed():
|
||||
yield t
|
||||
|
||||
|
||||
def print_all_todos():
|
||||
for t in all_tasks():
|
||||
print(t)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue