mirror of
https://github.com/ansible/awx.git
synced 2026-02-23 22:16:00 -03:30
Fix up flake8 line seperation issue
This commit is contained in:
@@ -57,6 +57,7 @@ if os.environ.get('GRAPHITE_PORT_8125_UDP_ADDR'):
|
||||
maxudpsize=512)
|
||||
else:
|
||||
from statsd import StatsClientBase
|
||||
|
||||
class NoStatsClient(StatsClientBase):
|
||||
def __init__(self, *args, **kwargs):
|
||||
pass
|
||||
|
||||
Reference in New Issue
Block a user