mirror of
https://github.com/daylinmorgan/viv.git
synced 2024-11-10 03:13:14 -06:00
formatting
This commit is contained in:
parent
64d05e37de
commit
39f7790e1c
1 changed files with 4 additions and 2 deletions
|
@ -51,7 +51,7 @@ from typing import (
|
|||
Generator,
|
||||
)
|
||||
|
||||
__version__ = "22.12a3-44-g5e89d63-dev"
|
||||
__version__ = "22.12a3-45-g64d05e3-dev"
|
||||
|
||||
|
||||
@dataclass
|
||||
|
@ -564,7 +564,9 @@ SHOW_TEMPLATE = f"""
|
|||
|
||||
INSTALL_TEMPLATE = f"""\
|
||||
Install viv.py to {a.bold}{{src_location}}{a.end}
|
||||
Symlink {a.bold}{{src_location}}{a.end} to {a.bold}{{cli_location}}{a.end}"""
|
||||
Symlink {a.bold}{{src_location}}{a.end} to {a.bold}{{cli_location}}{a.end}
|
||||
|
||||
"""
|
||||
|
||||
|
||||
def noqa(txt: str) -> str:
|
||||
|
|
Loading…
Reference in a new issue