Skip to content

Commit

Permalink
tests: replace mock with unittest.mock
Browse files Browse the repository at this point in the history
  • Loading branch information
paulmueller committed Jan 18, 2024
1 parent aa9f89d commit 6281b31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_s3.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import hashlib
import mock
from unittest import mock
import pathlib
import uuid

Expand Down

0 comments on commit 6281b31

Please sign in to comment.