Skip to content

Commit 4e45707

Browse files
committed
StringColumProfile: refactor to subclass ColumnProfile.
1 parent 9c29f0d commit 4e45707

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pydeequ/profiles.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -529,7 +529,7 @@ def approxPercentiles(self):
529529
return self._approxPercentiles
530530

531531

532-
class StringColumnProfile(StandardColumnProfile):
532+
class StringColumnProfile(ColumnProfile):
533533
"""
534534
String Column Profile class
535535

0 commit comments

Comments
 (0)