From 1e5c2b246becd72d66662fafc4309c766e1a7244 Mon Sep 17 00:00:00 2001 From: David Bau Date: Wed, 20 Apr 2022 08:29:41 -0400 Subject: [PATCH] Remove unused spaces. --- baukit/nethook.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/baukit/nethook.py b/baukit/nethook.py index 195e315..9c12faa 100644 --- a/baukit/nethook.py +++ b/baukit/nethook.py @@ -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,