Tests: convert more left-over type hint to type comment
[lttng-tools.git] / tests / regression / ust / ust-constructor / test_ust_constructor.py
index 1682071e2fcbbe82d6d0c3ecf2dccd0e694a4732..06939742ea5c891b5f7c82a70feab28ff737a725 100755 (executable)
@@ -196,7 +196,7 @@ def capture_trace(tap, test_env):
     return session_output_location
 
 
-def validate_trace(trace_location, tap) -> bool:
+def validate_trace(trace_location, tap):
     # type: (pathlib.Path, lttngtest.TapGenerator) -> bool
     success = True
     unknown_event_count = 0
This page took 0.023322 seconds and 4 git commands to generate.