Skip to content

Commit 1a61d2c

Browse files
ethankim00Ethan Kimagunapal
authoredAug 24, 2023
fix typos (#2536)
Co-authored-by: Ethan Kim <ethankim@moonhub.ai> Co-authored-by: Ankith Gunapal <agunapal@ischool.Berkeley.edu>
1 parent 03ad862 commit 1a61d2c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎ts/context.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
class Context(object):
99
"""
1010
Context stores model relevant worker information
11-
Some fixed during load times and some
11+
Some fixed during load times and some set by the service
1212
"""
1313

1414
def __init__(
@@ -39,7 +39,7 @@ def __init__(
3939
self._limit_max_image_pixels = True
4040
self.metrics = metrics
4141
self.model_yaml_config = model_yaml_config
42-
# add cient socket variable cl_socket to be used for send_intermediate_predict_response
42+
# add client socket variable cl_socket to be used for send_intermediate_predict_response
4343
self.cl_socket = None
4444

4545
@property

0 commit comments

Comments
 (0)
Please sign in to comment.