mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-05-25 00:31:36 +08:00
mavsdk_tests: add missing type annotation
This commit is contained in:
@@ -369,7 +369,7 @@ class Tester:
|
||||
print(" - {}".format(runner.get_log_filename()))
|
||||
return is_success
|
||||
|
||||
def clear_params(self):
|
||||
def clear_params(self) -> None:
|
||||
param_files = glob.glob(
|
||||
"build/px4_sitl_default/tmp/rootfs/eeprom/parameters_*",
|
||||
recursive=False)
|
||||
|
||||
Reference in New Issue
Block a user