forked from DRMTalks/devine
Remove double newline after ASCII banner
This commit is contained in:
parent
cb1a7988f4
commit
b2bcaf97a2
|
@ -65,7 +65,6 @@ def main(version: bool, debug: bool, log_path: Path) -> None:
|
|||
r"/_____/_____/ |___/___/_/ |_/_____/ ⠀",
|
||||
style="ascii.art"
|
||||
),
|
||||
"",
|
||||
f"v[repr.number]{__version__}[/] Copyright © 2019-{datetime.now().year} rlaphoenix",
|
||||
f" [bright_blue]https://github.com/devine-dl/devine[/]"
|
||||
),
|
||||
|
|
Loading…
Reference in New Issue