Skip to content

Commit eac0cea

Browse files
author
Joel Collins
committed
Removed TODOs
1 parent 6af1442 commit eac0cea

File tree

3 files changed

+0
-6
lines changed

3 files changed

+0
-6
lines changed

src/labthings/default_views/actions.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -72,8 +72,5 @@ def delete(self, args, task_id):
7272
return abort(404) # 404 Not Found
7373

7474
task = task_dict.get(task_id)
75-
76-
# TODO: Make non-blocking?
7775
task.stop(timeout=timeout)
78-
7976
return ActionSchema().dump(task)

src/labthings/extensions.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,6 @@ class BaseExtension:
1919
2020
"""
2121

22-
# TODO: Allow adding components to extensions
23-
2422
def __init__(
2523
self,
2624
name: str,

src/labthings/labthing.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,6 @@ def __init__(
113113
self.format_flask_exceptions = format_flask_exceptions
114114

115115
# Logging handler
116-
# TODO: Add cleanup code
117116
self.log_handler = LabThingLogger(self)
118117
logging.getLogger().addHandler(self.log_handler)
119118

0 commit comments

Comments
 (0)