From b3bab38381fbfe9b67756b8ab83b287dc2a27fd5 Mon Sep 17 00:00:00 2001 From: AnthorNet Date: Tue, 25 Aug 2015 07:42:11 +0200 Subject: [PATCH] PIP8 compat --- src/eddn/conf/Settings.py | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/eddn/conf/Settings.py b/src/eddn/conf/Settings.py index b998fd0..b07fc2c 100644 --- a/src/eddn/conf/Settings.py +++ b/src/eddn/conf/Settings.py @@ -39,14 +39,14 @@ class _Settings(object): GATEWAY_IP_KEY_SALT = None GATEWAY_JSON_SCHEMAS = { - "http://schemas.elite-markets.net/eddn/commodity/2" : "schemas/commodity-v2.0.json", - "http://schemas.elite-markets.net/eddn/commodity/2/test" : "schemas/commodity-v2.0.json", + "http://schemas.elite-markets.net/eddn/commodity/2": "schemas/commodity-v2.0.json", + "http://schemas.elite-markets.net/eddn/commodity/2/test": "schemas/commodity-v2.0.json", - "http://schemas.elite-markets.net/eddn/shipyard/1" : "schemas/shipyard-v1.0.json", - "http://schemas.elite-markets.net/eddn/shipyard/1/test" : "schemas/shipyard-v1.0.json", + "http://schemas.elite-markets.net/eddn/shipyard/1": "schemas/shipyard-v1.0.json", + "http://schemas.elite-markets.net/eddn/shipyard/1/test": "schemas/shipyard-v1.0.json", - "http://schemas.elite-markets.net/eddn/outfitting/1" : "schemas/outfitting-v1.0.json", - "http://schemas.elite-markets.net/eddn/outfitting/1/test" : "schemas/outfitting-v1.0.json", + "http://schemas.elite-markets.net/eddn/outfitting/1": "schemas/outfitting-v1.0.json", + "http://schemas.elite-markets.net/eddn/outfitting/1/test": "schemas/outfitting-v1.0.json", } GATEWAY_OUTDATED_SCHEMAS = [