Skip to content

Commit 8ecf153

Browse files
committed
Remove misleading comment
1 parent d6e2bcf commit 8ecf153

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

mergekit/graph.py

-3
Original file line numberDiff line numberDiff line change
@@ -104,9 +104,6 @@ def main_thread_only(self) -> bool:
104104
"""
105105
Returns True if the task should only be executed on the main thread.
106106
107-
Tasks with side effects like file I/O or that require specific thread
108-
context should return True here to avoid parallel execution issues.
109-
110107
Returns:
111108
bool: True if the task must run on the main thread, False otherwise
112109
"""

0 commit comments

Comments
 (0)