Skip to content

Commit

Permalink
Fix linting
Browse files Browse the repository at this point in the history
  • Loading branch information
seshubaws committed Jan 29, 2024
1 parent 9116ba6 commit 5251e0c
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion tests/unit/data_masking/test_unit_data_masking.py
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,6 @@ def test_mask_dict_with_fields(data_masker):

# WHEN mask is called with a list of fields specified
masked_string = data_masker.erase(data, fields=["a.'1'.None", "a..'4'"])
print("masked_string:", masked_string)

# THEN the result is only the specified fields are masked
assert masked_string == {
Expand Down
1 change: 0 additions & 1 deletion tests/unit/test_shared_functions.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
import base64
import os
import warnings
from dataclasses import dataclass
Expand Down

0 comments on commit 5251e0c

Please sign in to comment.