From 6b1d3b16316a433cfc27831deedf7dd3cc0d4648 Mon Sep 17 00:00:00 2001 From: Jan Pokorný Date: Tue, 11 Aug 2015 22:52:03 +0200 Subject: format: cosmetics/indentation MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Jan Pokorný --- format.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/format.py b/format.py index 27a24c3..87ec9d6 100644 --- a/format.py +++ b/format.py @@ -58,7 +58,7 @@ class formats(PluginRegistry): cls._protocols, cls._validators, cls._protocol_attrs = {}, {}, set() cls._context = set(popattr(cls, 'context_specs', - attrs.pop('context_specs', ()))) + attrs.pop('context_specs', ()))) # protocols merge: top-down through inheritance for base in reversed(bases): cls._protocols.update(getattr(base, '_protocols', {})) -- cgit