Skip to content

Commit 4f0f9d3

Browse files
authored
🔀 Merge pull request #31 from davep/code-tidy
Code tidy
2 parents 6a28cc5 + 03a70c1 commit 4f0f9d3

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/hike/hike.py

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
11
"""The main application class."""
22

33
##############################################################################
4-
# Textual imports.
4+
# Python imports.
55
from argparse import Namespace
66

7+
##############################################################################
8+
# Textual imports.
79
from textual.app import InvalidThemeError
810

911
##############################################################################

0 commit comments

Comments
 (0)