Skip to content

Commit f56a4e6

Browse files
committed
tests: fix missing import
1 parent cb4f729 commit f56a4e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/tests_pytorch/callbacks/progress/test_tqdm_progress_bar.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
from collections import defaultdict
1919
from typing import Union
2020
from unittest import mock
21-
from unittest.mock import ANY, Mock, PropertyMock, call
21+
from unittest.mock import ANY, Mock, PropertyMock, call, patch
2222

2323
import pytest
2424
import torch

0 commit comments

Comments
 (0)