Skip to content

Commit

Permalink
Add simple testing
Browse files Browse the repository at this point in the history
  • Loading branch information
Tabrizian committed May 29, 2024
1 parent 7090cd4 commit f5caf5a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/python/library/tritonclient/_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,6 @@ def unregister_plugin(self):
self._plugin = None


class Client:
class Client(InferenceServerClientBase):
def __init__(self) -> None:
pass
super().__init__(self)

Check failure

Code scanning / CodeQL

Wrong number of arguments in a call Error

Call to
method InferenceServerClientBase.__init__
with too many arguments; should be no more than 0.

0 comments on commit f5caf5a

Please sign in to comment.