We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3e60d29 commit 7486baaCopy full SHA for 7486baa
gunicorn/dirty/arbiter.py
@@ -14,7 +14,6 @@
14
import fnmatch
15
import os
16
import signal
17
-import sys
18
import tempfile
19
import time
20
tests/ctl/test_handlers.py
@@ -4,13 +4,10 @@
4
5
"""Tests for control socket command handlers."""
6
7
-import os
8
9
10
from unittest.mock import MagicMock, patch
11
12
-import pytest
13
-
from gunicorn.ctl.handlers import CommandHandlers
0 commit comments