Skip to content

Commit 793e73d

Browse files
committed
themes: Add missing __init__.py.
This doesn't appear to be an issue for running locally from source or similar, but causes an error with using `pipx`. This should resolve part of zulip#1143.
1 parent 8e502c5 commit 793e73d

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

zulipterminal/config/themes.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@
8484
}
8585
# fmt: on
8686

87-
THEMES = {
87+
THEMES: Dict[str, Any] = {
8888
"gruvbox_dark": gruvbox,
8989
"zt_dark": zt_dark,
9090
"zt_light": zt_light,

zulipterminal/themes/__init__.py

Whitespace-only changes.

0 commit comments

Comments
 (0)