Skip to content

Commit

Permalink
fixed missing import
Browse files Browse the repository at this point in the history
  • Loading branch information
Butanium committed Dec 18, 2024
1 parent 24cb858 commit 407b8f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/nnsight/intervention/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
from .contexts import EditingTracer, InterleavingTracer, Session
from .envoy import Envoy
from .graph import (InterventionGraph, InterventionNode, InterventionProxy,
InterventionProxyType)
InterventionProxyType, Proxy)
from .interleaver import Interleaver
from .. import CONFIG

Expand Down

0 comments on commit 407b8f7

Please sign in to comment.