Skip to content

Commit 9573524

Browse files
🎨 Auto format
1 parent bc2477b commit 9573524

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

  • src/fastapi_cloud_cli/commands

‎src/fastapi_cloud_cli/commands/env.py‎

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -84,9 +84,7 @@ def _get_environment_variables_table(
8484
show_edge=False,
8585
)
8686
table.add_column("Key", no_wrap=True)
87-
table.add_column(
88-
"Value", overflow="ellipsis", max_width=ENV_VAR_VALUE_MAX_LENGTH
89-
)
87+
table.add_column("Value", overflow="ellipsis", max_width=ENV_VAR_VALUE_MAX_LENGTH)
9088
table.add_column("Last updated", style="dim", no_wrap=True)
9189

9290
for env_var in environment_variables:

0 commit comments

Comments
 (0)