mirror of
https://github.com/ansible/awx.git
synced 2024-11-01 08:21:15 +03:00
Fix up flake8 line seperation issue
This commit is contained in:
parent
72d3d093ed
commit
fd2339dbb8
@ -57,6 +57,7 @@ if os.environ.get('GRAPHITE_PORT_8125_UDP_ADDR'):
|
|||||||
maxudpsize=512)
|
maxudpsize=512)
|
||||||
else:
|
else:
|
||||||
from statsd import StatsClientBase
|
from statsd import StatsClientBase
|
||||||
|
|
||||||
class NoStatsClient(StatsClientBase):
|
class NoStatsClient(StatsClientBase):
|
||||||
def __init__(self, *args, **kwargs):
|
def __init__(self, *args, **kwargs):
|
||||||
pass
|
pass
|
||||||
|
Loading…
Reference in New Issue
Block a user