mirror of
https://github.com/ansible/awx.git
synced 2024-10-31 23:51:09 +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)
|
||||
else:
|
||||
from statsd import StatsClientBase
|
||||
|
||||
class NoStatsClient(StatsClientBase):
|
||||
def __init__(self, *args, **kwargs):
|
||||
pass
|
||||
|
Loading…
Reference in New Issue
Block a user