Skip to content

Commit 3292976

Browse files
committed
add close method to tqdm dummy
1 parent 6803f7a commit 3292976

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

bioimageio/spec/shared/common.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,9 @@ def __iter__(self):
5151
def update(self, *args, **kwargs):
5252
pass
5353

54+
def close(self):
55+
pass
56+
5457

5558
class CacheWarning(RuntimeWarning):
5659
pass

0 commit comments

Comments
 (0)