mirror of
https://github.com/ansible/awx.git
synced 2026-03-07 19:51:08 -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)
|
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
|
||||||
|
|||||||
Reference in New Issue
Block a user