remove unused # type: ignore

This commit is contained in:
lilydjwg 2022-11-20 14:16:33 +08:00
parent 2107e6ef6f
commit 2782205efc
2 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
# MIT licensed # MIT licensed
# Copyright (c) 2020 Felix Yan <felixonmars@archlinux.org>, et al. # Copyright (c) 2020 Felix Yan <felixonmars@archlinux.org>, et al.
from .cmd import run_cmd # type: ignore from .cmd import run_cmd
async def get_version( async def get_version(
name, conf, *, cache, keymanager=None name, conf, *, cache, keymanager=None

View File

@ -1,7 +1,7 @@
# MIT licensed # MIT licensed
# Copyright (c) 2013-2020 lilydjwg <lilydjwg@gmail.com>, et al. # Copyright (c) 2013-2020 lilydjwg <lilydjwg@gmail.com>, et al.
from nvchecker_source import cmd # type: ignore from nvchecker_source import cmd
async def get_version(name, conf, **kwargs): async def get_version(name, conf, **kwargs):
referree = conf.get('pacman') or name referree = conf.get('pacman') or name