From df4e58f3e44ad2ae44e75757735c62f62a64eae1 Mon Sep 17 00:00:00 2001 From: charltonaustin Date: Thu, 6 Oct 2016 11:41:51 -0400 Subject: [PATCH] Fixing some pylint stuff (was trying to get it to work and stumbled on this guy). --- config.py | 1 - 1 file changed, 1 deletion(-) diff --git a/config.py b/config.py index d693ee73f..f877afb7e 100644 --- a/config.py +++ b/config.py @@ -382,4 +382,3 @@ class DefaultConfig(object): # Overridable list of reverse DNS prefixes that are reserved for internal use on labels. LABEL_KEY_RESERVED_PREFIXES = [] -