Skip to content
Snippets Groups Projects
Commit 951a5165 authored by Joscha Schmiedt's avatar Joscha Schmiedt
Browse files

Fix missing types in unittests

parent c861d98e
Branches
Tags
1 merge request!143Release 0.15.0
Pipeline #49241 failed
......@@ -29,7 +29,7 @@ from linkahead.utils import server_side_scripting as sss
from linkahead.connection.mockup import MockUpServerConnection, MockUpResponse
from linkahead import configure_connection
_REMOVE_FILES_AFTERWARDS = []
_REMOVE_FILES_AFTERWARDS: list[str] = []
def setup_module():
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment