Remove unused spaces.

This commit is contained in:
David Bau
2022-04-20 08:29:41 -04:00
parent 75e6b37ae6
commit 1e5c2b246b
+1 -1
View File
@@ -160,7 +160,7 @@ class TraceDict(OrderedDict, contextlib.AbstractContextManager):
if isinstance(obj, dict):
return obj.get(layer, None)
return obj
self[layer] = Trace(
module=module,
layer=layer,