Fix whitespace

This commit is contained in:
Antoine Pitrou 2012-05-18 18:33:32 +02:00
parent ebdcd859e5
commit fa67aa0d72

View File

@ -297,4 +297,3 @@ class ForkAwareLocal(threading.local):
register_after_fork(self, lambda obj : obj.__dict__.clear())
def __reduce__(self):
return type(self), ()