Skip to content

Commit

Permalink
#134 Cleanup - 2
Browse files Browse the repository at this point in the history
  • Loading branch information
docktermj committed Dec 3, 2024
1 parent 9dc4053 commit 3727835
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tests/helpers_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
from pytest_schema import schema

from senzing_core import SzError
from senzing._helpers import (
from senzing_core._helpers import (
as_c_char_p,
as_str,
build_data_sources_json,
Expand Down
7 changes: 6 additions & 1 deletion tests/szengine_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,12 @@
from senzing_core import SzConfigManagerCore as SzConfigManagerTest
from senzing_core import SzEngine
from senzing_core import SzEngineCore as SzEngineTest
from senzing_core import SzEngineFlags, SzError, SzNotFoundError, SzUnknownDataSourceError
from senzing_core import (
SzEngineFlags,
SzError,
SzNotFoundError,
SzUnknownDataSourceError,
)

DATA_SOURCES = {
"CUSTOMERS": TRUTHSET_CUSTOMER_RECORDS,
Expand Down

0 comments on commit 3727835

Please sign in to comment.