Skip to content

Commit d4665cf

Browse files
committed
fix lint
Signed-off-by: Jack Luar <[email protected]>
1 parent e57ee06 commit d4665cf

File tree

1 file changed

+1
-1
lines changed
  • tools/AutoTuner/src/autotuner

1 file changed

+1
-1
lines changed

tools/AutoTuner/src/autotuner/cli.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
)
2020
IP_PORT_TYPE = restricted_number_type(
2121
name="IP_PORT_TYPE",
22-
base_type=int,
22+
base_type=int,
2323
restrictions=[(">", 0), ("<", 65536)],
2424
)
2525

0 commit comments

Comments
 (0)