fix: add a forgotten import

This commit is contained in:
Keyboard Slayer 2023-02-22 09:29:48 +01:00 committed by GitHub
parent 717e35ffbf
commit b9258d530f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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"))