Skip to content

Commit

Permalink
help merge imports
Browse files Browse the repository at this point in the history
  • Loading branch information
pajod committed Aug 24, 2024
1 parent 250ca00 commit 4f28f6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gunicorn/arbiter.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@
import random
import select
import signal
import socket
import sys
import time
import traceback
import socket

from gunicorn.errors import HaltServer, AppImportError
from gunicorn.pidfile import Pidfile
Expand Down

0 comments on commit 4f28f6c

Please sign in to comment.