Skip to content

Commit

Permalink
Add missing imports (#460)
Browse files Browse the repository at this point in the history
* Add missing imports

* Fix CodeQL
  • Loading branch information
Tabrizian authored Jan 16, 2024
1 parent d051e9c commit 1e94f0a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/python/library/requirements/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@

numpy>=1.19.1
python-rapidjson>=0.9.1
urllib3>=2.0.7
urllib3>=2.0.7
3 changes: 3 additions & 0 deletions src/python/library/tritonclient/http/aio/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,9 @@
"The installation does not include http support. Specify 'http' or 'all' while installing the tritonclient package to include the support"
) from error

import base64
import gzip
import zlib
from urllib.parse import quote

import rapidjson as json
Expand Down

0 comments on commit 1e94f0a

Please sign in to comment.