Skip to content

Commit

Permalink
[style]: black
Browse files Browse the repository at this point in the history
  • Loading branch information
ilias-ant committed Jul 19, 2023
1 parent d3a901d commit f421afb
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions tests/test_public.py
Original file line number Diff line number Diff line change
Expand Up @@ -113,13 +113,10 @@ def test_validate_and_datasets_do_not_follow_same_distribution_and_mean_roc_auc_
assert verdict["adversarial_features"] == []

def test_version_exists(self):

try:

from advertion import __version__

assert isinstance(__version__, str)

except ImportError:

pytest.fail("advertion.__version__ does not exist.")

0 comments on commit f421afb

Please sign in to comment.