We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e57ee06 commit d4665cfCopy full SHA for d4665cf
1 file changed
tools/AutoTuner/src/autotuner/cli.py
@@ -19,7 +19,7 @@
19
)
20
IP_PORT_TYPE = restricted_number_type(
21
name="IP_PORT_TYPE",
22
- base_type=int,
+ base_type=int,
23
restrictions=[(">", 0), ("<", 65536)],
24
25
0 commit comments