mirror of
https://github.com/daylinmorgan/viv.git
synced 2024-11-12 12:13:15 -06:00
fix: remove leftover args
This commit is contained in:
parent
895d881d8f
commit
a7ff658bcd
1 changed files with 1 additions and 2 deletions
|
@ -50,7 +50,7 @@ from typing import (
|
|||
from urllib.error import HTTPError
|
||||
from urllib.request import urlopen
|
||||
|
||||
__version__ = "23.5a5-13-ge151534-dev"
|
||||
__version__ = "23.5a5-14-g895d881-dev"
|
||||
|
||||
|
||||
class Spinner:
|
||||
|
@ -1027,7 +1027,6 @@ class Viv:
|
|||
keep: bool,
|
||||
standalone: bool,
|
||||
path: str,
|
||||
args: Namespace,
|
||||
) -> None:
|
||||
"""create import statement from package spec"""
|
||||
|
||||
|
|
Loading…
Reference in a new issue