Skip to content

Commit 5c3218d

Browse files
ben-beauhurstclaudep
authored andcommitted
Removed Mock import.
1 parent 476fbd0 commit 5c3218d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

linkcheck/tests/test_linkcheck.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
import sys
33
from datetime import datetime, timedelta
44
from io import StringIO
5-
from unittest.mock import Mock, patch
5+
from unittest.mock import patch
66

77
import requests_mock
88
import urllib3

0 commit comments

Comments
 (0)