Tests: ust_constructor: convert left-over type hint to type comment
[lttng-tools.git] / tests / regression / ust / ust-constructor / test_ust_constructor.py
index ea6a125d08b8d4d94045ffe4dc23c7bb44071dd5..1682071e2fcbbe82d6d0c3ecf2dccd0e694a4732 100755 (executable)
@@ -173,7 +173,7 @@ def capture_trace(tap, test_env):
         test_env.create_temporary_directory("trace")
     )
 
-    client: lttngtest.Controller = lttngtest.LTTngClient(test_env, log=tap.diagnostic)
+    client = lttngtest.LTTngClient(test_env, log=tap.diagnostic)
 
     with tap.case("Create a session") as test_case:
         session = client.create_session(output=session_output_location)
This page took 0.023149 seconds and 4 git commands to generate.