From d241a9a0e743ff66a2961603dd44f398fb683885 Mon Sep 17 00:00:00 2001 From: 简律纯 Date: Mon, 17 Jun 2024 04:22:57 +0800 Subject: chore(format): ruff lint code --- hydro_roll_core/cli.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'hydro_roll_core/cli.py') diff --git a/hydro_roll_core/cli.py b/hydro_roll_core/cli.py index ac66296..55758bc 100644 --- a/hydro_roll_core/cli.py +++ b/hydro_roll_core/cli.py @@ -1,5 +1,6 @@ import argparse + class Cli(object): parser = argparse.ArgumentParser(description="水系核心终端") @@ -42,4 +43,4 @@ class Cli(object): return self.args def get_help(self): - return self.parser.format_help() \ No newline at end of file + return self.parser.format_help() -- cgit v1.2.3-70-g09d2