Skip to content

Commit 1373da5

Browse files
committed
fix: remove expected output type as it is not correct.
1 parent ca72254 commit 1373da5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/datascience/ydata/datascience/common/anonymizer.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ class AnonymizerType(Enum):
5252
UUID = 45
5353

5454
@staticmethod
55-
def get_anonymizer_type(name) -> "AnonymizerType":
55+
def get_anonymizer_type(name):
5656
"""Helper function that receives the anonymizer type either as
5757
AnonymizerType or its int or string representations and returns the
5858
anonymizer type. e.g. AnonymizerType.NAME can also be represented by the

0 commit comments

Comments
 (0)