Skip to content

Commit

Permalink
fix typos (#2536)
Browse files Browse the repository at this point in the history
Co-authored-by: Ethan Kim <[email protected]>
Co-authored-by: Ankith Gunapal <[email protected]>
  • Loading branch information
3 people authored Aug 24, 2023
1 parent 03ad862 commit 1a61d2c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ts/context.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
class Context(object):
"""
Context stores model relevant worker information
Some fixed during load times and some
Some fixed during load times and some set by the service
"""

def __init__(
Expand Down Expand Up @@ -39,7 +39,7 @@ def __init__(
self._limit_max_image_pixels = True
self.metrics = metrics
self.model_yaml_config = model_yaml_config
# add cient socket variable cl_socket to be used for send_intermediate_predict_response
# add client socket variable cl_socket to be used for send_intermediate_predict_response
self.cl_socket = None

@property
Expand Down

0 comments on commit 1a61d2c

Please sign in to comment.