Skip to content

Commit fcca97a

Browse files
committed
Remove unused Mock import
1 parent 16137aa commit fcca97a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/jobs/test_dir_uri.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import unittest
2-
from unittest.mock import MagicMock, Mock, patch
2+
from unittest.mock import MagicMock, patch
33
from dapi.files import get_ds_path_uri
44

55

0 commit comments

Comments
 (0)