Skip to content

Commit 8625d3a

Browse files
committed
Fix import block
1 parent d376140 commit 8625d3a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

unittest-mock/test_my_calendar.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,8 @@
33
from unittest.mock import Mock, patch
44

55
import requests
6-
from requests.exceptions import Timeout
7-
86
from my_calendar import get_holidays, is_weekday
7+
from requests.exceptions import Timeout
98

109

1110
class TestCalendar(unittest.TestCase):

0 commit comments

Comments
 (0)