mirror of
https://github.com/lilydjwg/nvchecker.git
synced 2025-03-10 06:14:02 +00:00
remove unused # type: ignore
This commit is contained in:
parent
2107e6ef6f
commit
2782205efc
2 changed files with 2 additions and 2 deletions
|
@ -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…
Add table
Reference in a new issue