Skip to content

Commit 00e3d2a

Browse files
committed
Remove unused imports from conftest.py
Cleaned up the tests/conftest.py file by removing unused imports: signal, socket, subprocess, sys, and time.
1 parent 2ea97b8 commit 00e3d2a

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

tests/conftest.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,5 @@
11
import os
22
import random
3-
import signal
4-
import socket
5-
import subprocess
6-
import sys
7-
import time
83
from typing import Literal, Tuple, Union, overload
94

105
import httpx

0 commit comments

Comments
 (0)