Skip to content

Commit

Permalink
Remove debug print from test
Browse files Browse the repository at this point in the history
  • Loading branch information
BenjaminBossan committed Oct 6, 2022
1 parent 81435a1 commit 6ed3b09
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion skorch/tests/test_hf.py
Original file line number Diff line number Diff line change
Expand Up @@ -823,7 +823,6 @@ def __init__(self, return_url='some-url'):

def _sanity_check(self, path_or_fileobj):
# must be either BytesIO (memory) or str (disk)
print("+"*10, type(path_or_fileobj))
assert isinstance(path_or_fileobj, (io.BytesIO, str))

def upload_file(self, *, path_or_fileobj, **kwargs):
Expand Down

0 comments on commit 6ed3b09

Please sign in to comment.