Skip to content

Commit

Permalink
woops
Browse files Browse the repository at this point in the history
  • Loading branch information
smacke committed Apr 10, 2023
1 parent dda00fa commit 12c7c14
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions core/ipyflow/tracing/ipyflow_tracer.py
Original file line number Diff line number Diff line change
Expand Up @@ -817,9 +817,6 @@ def attrsub_tracer(
)
except TypeError:
data_sym = None
self.pending_usage_updates_by_sym.setdefault(
sym_for_obj, data_sym is not None
)
self.pending_usage_updates_by_sym[
sym_for_obj
] = self.pending_usage_updates_by_sym.get(sym_for_obj, True) and (
Expand Down

0 comments on commit 12c7c14

Please sign in to comment.