Skip to content

Commit 694f991

Browse files
committed
chore: linting
1 parent 6c18a56 commit 694f991

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/aleph_client/commands/utils.py

+1-2
Original file line numberDiff line numberDiff line change
@@ -189,8 +189,7 @@ def validated_int_prompt(
189189
while True:
190190
try:
191191
value = IntPrompt.ask(
192-
prompt +
193-
f" [min: {min_value or '-'}, max: {max_value or '-'}]",
192+
prompt + f" [min: {min_value or '-'}, max: {max_value or '-'}]",
194193
default=default,
195194
)
196195
except PromptError:

0 commit comments

Comments
 (0)