Skip to content

Commit 282e5cd

Browse files
committed
Formatting fix
1 parent 9ed775a commit 282e5cd

1 file changed

Lines changed: 7 additions & 2 deletions

File tree

timezones_cli/commands/show.py

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,13 @@
77

88
import click
99

10-
from timezones_cli.utils import check_config as check_configuration, handle_interaction
11-
from timezones_cli.utils import console, get_local_time, get_system_time
10+
from timezones_cli.utils import check_config as check_configuration
11+
from timezones_cli.utils import (
12+
console,
13+
get_local_time,
14+
get_system_time,
15+
handle_interaction,
16+
)
1217

1318

1419
@click.command()

0 commit comments

Comments
 (0)