removed whitespace in blank line

This commit is contained in:
AlexejStukov 2016-07-21 08:28:06 +02:00 committed by GitHub
parent d9c1559a90
commit bf5b9d31a0

View File

@ -12,7 +12,7 @@ class BindingMetaclass(type):
""" """
Metaclass that tracks instantiations of its type. Metaclass that tracks instantiations of its type.
""" """
register_immediately = False register_immediately = False
binding_classes = [] binding_classes = []