Add a type hint mypy suddenly decided it wants
All checks were successful
CI via Tox / tox (pull_request) Successful in 1m24s
All checks were successful
CI via Tox / tox (pull_request) Successful in 1m24s
Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
parent
c57888877c
commit
6fb96bd9ae
1 changed files with 1 additions and 1 deletions
|
|
@ -51,7 +51,7 @@ DNFARGS = ["dnf", "--setopt", f"cachedir={DNFTEMP.name}", "-q", "--disablerepo=*
|
|||
SUBPCAPTURE = partial(subprocess.run, capture_output=True, text=True, check=False)
|
||||
SUBPCAPTCHECK = partial(subprocess.run, capture_output=True, text=True, check=True)
|
||||
SUBPCHECK = partial(subprocess.run, check=True)
|
||||
REPOHASHES = {}
|
||||
REPOHASHES: dict[str, str] = {}
|
||||
|
||||
|
||||
def hash_repo(repo: str) -> str:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue