Skip to content

Commit 46d6828

Browse files
committed
Profiler: fix numRecords docstring return type.
1 parent decfb84 commit 46d6828

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
@@ -273,7 +273,7 @@ def numRecords(self) -> int:
273273
"""
274274
A getter for the number of records
275275
276-
:return Optional[int]: number of records
276+
:return int: number of records
277277
"""
278278
return self._numRecords
279279

0 commit comments

Comments
 (0)