mirror of
https://github.com/frappe/gunicorn.git
synced 2026-07-03 11: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 os
|
||||
import signal
|
||||
import sys
|
||||
import tempfile
|
||||
import time
|
||||
|
||||
|
||||
@ -4,13 +4,10 @@
|
||||
|
||||
"""Tests for control socket command handlers."""
|
||||
|
||||
import os
|
||||
import signal
|
||||
import time
|
||||
from unittest.mock import MagicMock, patch
|
||||
|
||||
import pytest
|
||||
|
||||
from gunicorn.ctl.handlers import CommandHandlers
|
||||
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user