Skip to content

Commit eee6c8a

Browse files
committed
Removed Mock import.
1 parent 9c60bd6 commit eee6c8a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

linkcheck/tests/test_linkcheck.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import os
22
from datetime import datetime, timedelta
33
from io import StringIO
4-
from unittest.mock import Mock, patch
4+
from unittest.mock import patch
55

66
import requests_mock
77
import urllib3

0 commit comments

Comments
 (0)