diff --git a/agent/streaming_inference.py b/agent/streaming_inference.py index 922e057..d21dd41 100644 --- a/agent/streaming_inference.py +++ b/agent/streaming_inference.py @@ -1,4 +1,5 @@ # flake8: noqa +# isort: skip_file # This logic is modified from ToRA: # - https://github.com/microsoft/ToRA