[F] Fix reading version requires typing dependency
This commit is contained in:
parent
6192b47758
commit
573eb09f74
3 changed files with 4 additions and 3 deletions
|
|
@ -5,9 +5,9 @@ from dataclasses import dataclass
|
|||
from pathlib import Path
|
||||
|
||||
from .types import LightDark
|
||||
from .__version__ import VERSION
|
||||
|
||||
CONFIG_PATH = Path.home() / '.config/hyfetch.json'
|
||||
VERSION = '1.4.7'
|
||||
|
||||
|
||||
TEST_ASCII = r"""
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue