diff options
| author | Alex <git@ajschof.me> | 2024-09-03 16:07:37 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-09-03 16:07:37 +0100 |
| commit | ce30178558cc8222e9975273eb5d08a93ae92fcc (patch) | |
| tree | 4152f9efe54364a5d6a6cc969befb6cea9015a5b /tests/test_dataframes.py | |
| parent | e4e360630c90d7e801d99097b3e46e8299ab901d (diff) | |
| parent | 3b8e89968e3d3d3527ea76b4517b0d7278512530 (diff) | |
| download | de-project-bentley-ce30178558cc8222e9975273eb5d08a93ae92fcc.tar.gz de-project-bentley-ce30178558cc8222e9975273eb5d08a93ae92fcc.zip | |
Merge branch 'development' into test/tests_transform_lambda
Diffstat (limited to 'tests/test_dataframes.py')
| -rw-r--r-- | tests/test_dataframes.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_dataframes.py b/tests/test_dataframes.py index ea7bad1..7dd592a 100644 --- a/tests/test_dataframes.py +++ b/tests/test_dataframes.py @@ -1,4 +1,4 @@ -from src.dataframes import * +from src.transform_lambda.dataframes import * import pandas as pd from unittest.mock import patch from datetime import datetime as dt |
