From 255c6b5eecdfee780a6b0108fddd1ef64e03286b Mon Sep 17 00:00:00 2001 From: Aleksei Chetaev Date: Thu, 16 Feb 2023 17:23:29 +0100 Subject: [PATCH] Fix issue in imports with analytics module --- src/frostfs_testlib/analytics/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/frostfs_testlib/analytics/__init__.py b/src/frostfs_testlib/analytics/__init__.py index 1eb8a74..c670d1d 100644 --- a/src/frostfs_testlib/analytics/__init__.py +++ b/src/frostfs_testlib/analytics/__init__.py @@ -1,4 +1,4 @@ from test_case import id, suite_name, suite_section, title from test_collector import TestCase, TestCaseCollector -from testrail_exporter import TestrailExporter +from test_exporter import TestExporter from testrail_exporter import TestrailExporter \ No newline at end of file