Skip to content

Commit

Permalink
[Tracer] remove an unused attribute that causes error. (#5550)
Browse files Browse the repository at this point in the history
  • Loading branch information
super-dainiu committed May 10, 2023
1 parent fea29c7 commit 97a85c8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion nni/common/concrete_trace_utils/concrete_proxy.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,6 @@ class ConcreteProxy(Proxy):
jump_opcodes = _orig_tuple(dis.opmap[name] for name in jump_opnames if name in dis.opmap)
op_compare = dis.opmap['COMPARE_OP']
op_extended_arg = dis.opmap['EXTENDED_ARG']
op_call = dis.opmap['CALL_FUNCTION']
op_call_ex = dis.opmap['CALL_FUNCTION_EX']
op_not = dis.opmap['UNARY_NOT']
op_unpack_sequence = dis.opmap['UNPACK_SEQUENCE']
Expand Down

0 comments on commit 97a85c8

Please sign in to comment.