Fixup lint

This commit is contained in:
James Page 2015-09-16 10:17:22 +01:00
parent 22ea524ab1
commit 28e6b34d55

View File

@ -171,6 +171,7 @@ LIBERTY_RESOURCE_MAP = OrderedDict([
}), }),
]) ])
def api_port(service): def api_port(service):
return API_PORTS[service] return API_PORTS[service]