Commit fa67aa0d authored by Antoine Pitrou's avatar Antoine Pitrou

Fix whitespace

parent ebdcd859
......@@ -297,4 +297,3 @@ class ForkAwareLocal(threading.local):
register_after_fork(self, lambda obj : obj.__dict__.clear())
def __reduce__(self):
return type(self), ()
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment