Skip to content

Commit 0a38b17

Browse files
vitodbmambelli
authored andcommitted
Update test to be compliant with flake8 linter
1 parent 2216222 commit 0a38b17

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/decisionengine/framework/modules/tests/test_EmptySource.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ def test_empty_source_structure():
1717

1818
key, df = test_empty_source.acquire().popitem()
1919
assert key == test_empty_source.data_product_name
20-
assert type(df) == pd.DataFrame
20+
assert isinstance(df, pd.DataFrame)
2121
assert df.empty
2222

2323

0 commit comments

Comments
 (0)