We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9ed775a commit 282e5cdCopy full SHA for 282e5cd
1 file changed
timezones_cli/commands/show.py
@@ -7,8 +7,13 @@
7
8
import click
9
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
+from timezones_cli.utils import check_config as check_configuration
+from timezones_cli.utils import (
12
+ console,
13
+ get_local_time,
14
+ get_system_time,
15
+ handle_interaction,
16
+)
17
18
19
@click.command()
0 commit comments