We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ca72254 commit 1373da5Copy full SHA for 1373da5
src/datascience/ydata/datascience/common/anonymizer.py
@@ -52,7 +52,7 @@ class AnonymizerType(Enum):
52
UUID = 45
53
54
@staticmethod
55
- def get_anonymizer_type(name) -> "AnonymizerType":
+ def get_anonymizer_type(name):
56
"""Helper function that receives the anonymizer type either as
57
AnonymizerType or its int or string representations and returns the
58
anonymizer type. e.g. AnonymizerType.NAME can also be represented by the
0 commit comments