Skip to content

Commit

Permalink
Fix test_telemetry.py import error (#1171)
Browse files Browse the repository at this point in the history
* Fix test_telemetry.py import

Signed-off-by: Abolfazl Shahbazi <12436063+ashahba@users.noreply.github.com>

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

---------

Signed-off-by: Abolfazl Shahbazi <12436063+ashahba@users.noreply.github.com>
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
  • Loading branch information
ashahba and pre-commit-ci[bot] authored Jan 17, 2025
1 parent 30dd916 commit a5daed5
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tests/cores/telemetry/test_telemetry.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,7 @@
import time
import unittest

from comps import opea_telemetry
from comps.cores.telemetry.opea_telemetry import in_memory_exporter
from comps.cores.telemetry.opea_telemetry import in_memory_exporter, opea_telemetry


@opea_telemetry
Expand Down

0 comments on commit a5daed5

Please sign in to comment.