Skip to content

Commit

Permalink
lint with black
Browse files Browse the repository at this point in the history
  • Loading branch information
sama-ds committed Oct 2, 2023
1 parent fd2cbd6 commit c60e253
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion splink/exceptions.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
from typing import List, Union



# base class for any type of custom exception
class SplinkException(Exception):
pass
Expand Down
1 change: 1 addition & 0 deletions tests/test_comparison_lib.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ def test_distance_function_comparison():
for gamma_val, expected_count in expected_counts.items():
assert sum(df_pred[f"gamma_{col}"] == gamma_val) == expected_count


@mark_with_dialects_excluding()
def test_set_to_lowercase_parameter():
data = [
Expand Down

0 comments on commit c60e253

Please sign in to comment.