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 407b8f7 commit f4641a7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/nnsight/intervention/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@
from .contexts import EditingTracer, InterleavingTracer, Session
from .envoy import Envoy
from .graph import (InterventionGraph, InterventionNode, InterventionProxy,
InterventionProxyType, Proxy)
InterventionProxyType)
from .graph.proxy import Proxy
from .interleaver import Interleaver
from .. import CONFIG

Expand Down

0 comments on commit f4641a7

Please sign in to comment.