Skip to content

Commit 4a2d923

Browse files
authored
Merge branch 'master' into scriptax4
2 parents 6c39a10 + adb4979 commit 4a2d923

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

scriptax/drivers/builtin/Scriptax.py

-1
Original file line numberDiff line numberDiff line change
@@ -63,4 +63,3 @@ def handleDriverCommand(self, command: Command) -> ApitaxResponse:
6363
def getDriverScript(self, path: str) -> InputStream:
6464
path = Path(Path(__file__).resolve().parents[2]).joinpath('tests', 'scriptax', path)
6565
return read_file(path)
66-

0 commit comments

Comments
 (0)