From 7ba566c5891e6936081eb1f7b66825e079d1206a Mon Sep 17 00:00:00 2001 From: frankknoll Date: Tue, 3 Oct 2023 23:39:04 +0200 Subject: [PATCH] refactoring --- src/GoogleAnalytics/RegionCountsByBatchcodeTablesMergerTest.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/GoogleAnalytics/RegionCountsByBatchcodeTablesMergerTest.py b/src/GoogleAnalytics/RegionCountsByBatchcodeTablesMergerTest.py index bed9b856c1e..0bb624458ae 100644 --- a/src/GoogleAnalytics/RegionCountsByBatchcodeTablesMergerTest.py +++ b/src/GoogleAnalytics/RegionCountsByBatchcodeTablesMergerTest.py @@ -2,7 +2,7 @@ import unittest from pandas.testing import assert_frame_equal from TestHelper import TestHelper import pandas as pd -from src.GoogleAnalytics.RegionCountsByBatchcodeTablesMerger import RegionCountsByBatchcodeTablesMerger +from GoogleAnalytics.RegionCountsByBatchcodeTablesMerger import RegionCountsByBatchcodeTablesMerger class RegionCountsByBatchcodeTablesMergerTest(unittest.TestCase):