Skip to content

Commit d2b50ee

Browse files
authored
removed unnecessary print statement in one of the checks (#131)
1 parent c2f41ae commit d2b50ee

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pydeequ/checks.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,6 @@ def hasCompleteness(self, column, assertion, hint=None):
161161
assertion_func = ScalaFunction1(self._spark_session.sparkContext._gateway, assertion)
162162
hint = self._jvm.scala.Option.apply(hint)
163163
self._Check = self._Check.hasCompleteness(column, assertion_func, hint)
164-
print(self)
165164
return self
166165

167166
def areComplete(self, columns, hint=None):

0 commit comments

Comments
 (0)