Fix: leftover python inline type hint
[lttng-tools.git] / tests / utils / lttngtest / environment.py
index e71e588df80dfdfcfd14290547cf73cad77c2716..a119669ed99f1718d52f738382a44dc8b874ef7b 100644 (file)
@@ -100,7 +100,7 @@ class WaitTraceTestApplication:
         test_app_env["LTTNG_UST_REGISTER_TIMEOUT"] = "-1"
 
         # File that the application will create to indicate it has completed its initialization.
-        app_ready_file_path: str = tempfile.mktemp(
+        app_ready_file_path = tempfile.mktemp(
             prefix="app_",
             suffix="_ready",
             dir=self._compat_open_path(environment.lttng_home_location),
This page took 0.023135 seconds and 4 git commands to generate.