Skip to content

Commit 7486baa

Browse files
committed
fix: remove unused imports
1 parent 3e60d29 commit 7486baa

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

gunicorn/dirty/arbiter.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@
1414
import fnmatch
1515
import os
1616
import signal
17-
import sys
1817
import tempfile
1918
import time
2019

tests/ctl/test_handlers.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,10 @@
44

55
"""Tests for control socket command handlers."""
66

7-
import os
87
import signal
98
import time
109
from unittest.mock import MagicMock, patch
1110

12-
import pytest
13-
1411
from gunicorn.ctl.handlers import CommandHandlers
1512

1613

0 commit comments

Comments
 (0)