forked from openvinotoolkit/openvino
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
3073c6a
commit 49521bc
Showing
3 changed files
with
3 additions
and
3 deletions.
There are no files selected for viewing
Submodule ittapi
updated
83 files
Submodule telemetry
updated
24 files
+2 −0 | .github/workflows/bandit.yml | |
+2 −0 | .github/workflows/precommit.yml | |
+1 −1 | setup.py | |
+1 −1 | src/__init__.py | |
+1 −1 | src/backend/__init__.py | |
+1 −1 | src/backend/backend.py | |
+2 −2 | src/backend/backend_ga.py | |
+14 −6 | src/backend/backend_ga4.py | |
+1 −1 | src/backend/backend_ga4_test.py | |
+1 −1 | src/backend/backend_ga_test.py | |
+9 −5 | src/main.py | |
+1 −1 | src/main_test.py | |
+1 −1 | src/opt_in_out.py | |
+1 −1 | src/utils/__init__.py | |
+1 −2 | src/utils/cid.py | |
+1 −1 | src/utils/colored_print.py | |
+1 −1 | src/utils/input_with_timeout.py | |
+1 −1 | src/utils/input_with_timeout_test.py | |
+1 −1 | src/utils/message.py | |
+1 −1 | src/utils/opt_in_checker.py | |
+1 −1 | src/utils/opt_in_checker_test.py | |
+1 −1 | src/utils/params.py | |
+3 −3 | src/utils/sender.py | |
+1 −1 | src/utils/sender_test.py |