mirror of
https://github.com/lilydjwg/nvchecker
synced 2024-12-18 04:34:44 +00:00
remove unused # type: ignore
This commit is contained in:
parent
2107e6ef6f
commit
2782205efc
@ -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
|
||||||
|
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user