Skip to content

Commit 773ca62

Browse files
fix: removed extra imports.
1 parent 4694540 commit 773ca62

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

tests/test_ch7.py

-2
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@
33
import unittest
44
from unittest.mock import patch, AsyncMock, MagicMock
55
from starlette.testclient import TestClient
6-
import threading
7-
import requests
86
import time
97
sys.path.append(os.path.abspath('docs/7. Web Applications'))
108
import ex_7_1 as ex1

0 commit comments

Comments
 (0)