Skip to content

Commit af51668

Browse files
committed
Minor correction.
1 parent bdef2b1 commit af51668

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

optimum/intel/utils/import_utils.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -82,13 +82,14 @@
8282
backend='ga4',
8383
enable_opt_in_dialog=False,
8484
disable_in_ci=True)
85-
tm.send_event("optimum_intel", "openvino_imported", "OpenVino {}, Optimum {}.".format(get_version(), importlib_metadata.version("optimum")))
8685

8786
# temporal code to check that "CI" variable is set in CI pipelines,
8887
# needs to be removed before merge
8988
import os
9089
assert "CI" in os.environ and os.environ["CI"].lower() == "true"
9190

91+
tm.send_event("optimum_intel", "openvino_imported", "OpenVino {}, Optimum {}.".format(get_version(), importlib_metadata.version("optimum")))
92+
9293
version = get_version()
9394
# avoid invalid format
9495
if "-" in version:

0 commit comments

Comments
 (0)