mirror of
https://github.com/lilydjwg/nvchecker
synced 2024-12-17 20:24:47 +00:00
remove unused # type: ignore
This commit is contained in:
parent
2107e6ef6f
commit
2782205efc
@ -1,7 +1,7 @@
|
||||
# MIT licensed
|
||||
# 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(
|
||||
name, conf, *, cache, keymanager=None
|
||||
|
@ -1,7 +1,7 @@
|
||||
# MIT licensed
|
||||
# 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):
|
||||
referree = conf.get('pacman') or name
|
||||
|
Loading…
Reference in New Issue
Block a user