mirror of
https://github.com/frappe/gunicorn.git
synced 2026-07-07 13:11:30 +08:00
fix: remove unused imports
This commit is contained in:
parent
3e60d2942d
commit
7486baa0ad
@ -14,7 +14,6 @@ import errno
|
|||||||
import fnmatch
|
import fnmatch
|
||||||
import os
|
import os
|
||||||
import signal
|
import signal
|
||||||
import sys
|
|
||||||
import tempfile
|
import tempfile
|
||||||
import time
|
import time
|
||||||
|
|
||||||
|
|||||||
@ -4,13 +4,10 @@
|
|||||||
|
|
||||||
"""Tests for control socket command handlers."""
|
"""Tests for control socket command handlers."""
|
||||||
|
|
||||||
import os
|
|
||||||
import signal
|
import signal
|
||||||
import time
|
import time
|
||||||
from unittest.mock import MagicMock, patch
|
from unittest.mock import MagicMock, patch
|
||||||
|
|
||||||
import pytest
|
|
||||||
|
|
||||||
from gunicorn.ctl.handlers import CommandHandlers
|
from gunicorn.ctl.handlers import CommandHandlers
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user