Skip to content

Commit

Permalink
Address flake8 finding in test_utils.py
Browse files Browse the repository at this point in the history
  • Loading branch information
stefmolin committed Sep 11, 2022
1 parent dcfd77d commit 66b13b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -427,7 +427,7 @@ def test_move_legend_input_checks():

def check_load_dataset(name):
ds = load_dataset(name, cache=False)
assert(isinstance(ds, pd.DataFrame))
assert isinstance(ds, pd.DataFrame)


def check_load_cached_dataset(name):
Expand Down

0 comments on commit 66b13b9

Please sign in to comment.