We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6c39a10 + adb4979 commit 4a2d923Copy full SHA for 4a2d923
scriptax/drivers/builtin/Scriptax.py
@@ -63,4 +63,3 @@ def handleDriverCommand(self, command: Command) -> ApitaxResponse:
63
def getDriverScript(self, path: str) -> InputStream:
64
path = Path(Path(__file__).resolve().parents[2]).joinpath('tests', 'scriptax', path)
65
return read_file(path)
66
-
0 commit comments