refactoring

This commit is contained in:
frankknoll
2023-10-03 23:39:04 +02:00
parent 6f7f8ef6b0
commit 7ba566c589

View File

@@ -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):