We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4694540 commit 773ca62Copy full SHA for 773ca62
tests/test_ch7.py
@@ -3,8 +3,6 @@
3
import unittest
4
from unittest.mock import patch, AsyncMock, MagicMock
5
from starlette.testclient import TestClient
6
-import threading
7
-import requests
8
import time
9
sys.path.append(os.path.abspath('docs/7. Web Applications'))
10
import ex_7_1 as ex1
0 commit comments