Skip to content

Commit cf0f8b2

Browse files
Update python/cog/server/worker.py
Co-authored-by: Nick Stenning <[email protected]> Signed-off-by: Philip Potter <[email protected]>
1 parent 8630036 commit cf0f8b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/cog/server/worker.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ def predict(
133133
self, payload: Dict[str, Any], tag: Optional[str] = None
134134
) -> "Future[Done]":
135135
# TODO: tag is Optional, but it's required when in concurrent mode and
136-
# basically unnecesary in sequential mode. Should we have a separate
136+
# basically unnecessary in sequential mode. Should we have a separate
137137
# ConcurrentWorker?
138138
if self._max_concurrency > 1 and tag is None:
139139
raise TypeError(

0 commit comments

Comments
 (0)