We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6a28cc5 + 03a70c1 commit 4f0f9d3Copy full SHA for 4f0f9d3
src/hike/hike.py
@@ -1,9 +1,11 @@
1
"""The main application class."""
2
3
##############################################################################
4
-# Textual imports.
+# Python imports.
5
from argparse import Namespace
6
7
+##############################################################################
8
+# Textual imports.
9
from textual.app import InvalidThemeError
10
11
0 commit comments