Skip to content

Commit

Permalink
Fix style checks failure (#6134)
Browse files Browse the repository at this point in the history
  • Loading branch information
florimondmanca authored Mar 24, 2020
1 parent 42a24d2 commit 2e0e1d3
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions gunicorn/datadog_checks/gunicorn/gunicorn.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,16 +7,12 @@
http://gunicorn.org/
"""
# stdlib
import re
import time

# 3rd party
import psutil

from datadog_checks.base import AgentCheck

# project
from datadog_checks.base.utils.subprocess_output import get_subprocess_output


Expand Down

0 comments on commit 2e0e1d3

Please sign in to comment.