fix: add a forgotten import
This commit is contained in:
parent
717e35ffbf
commit
b9258d530f
|
@ -1,3 +1,5 @@
|
|||
import os
|
||||
|
||||
from osdk.context import Context
|
||||
from osdk import vt100
|
||||
|
||||
|
@ -53,4 +55,4 @@ def view(context: Context, scope: str | None = None, showExe: bool = True, showD
|
|||
g.edge(req, instance.manifest.id,
|
||||
arrowhead="none", color="#aaaaaa")
|
||||
|
||||
g.view(filename=os.path.join(context.builddir(), "graph.gv"))
|
||||
g.view(filename=os.path.join(context.builddir(), "graph.gv"))
|
||||
|
|
Loading…
Reference in a new issue