suppress an import resolution error
This commit is contained in:
parent
5eb09d9b85
commit
87a4206717
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ from typing import Any
|
|||
|
||||
import requests # type: ignore
|
||||
from common.common import does_desktop_entry_exist, notify, read_secret_file
|
||||
from pyperclip import copy
|
||||
from pyperclip import copy # type: ignore
|
||||
|
||||
|
||||
def zipline(
|
||||
|
|
Loading…
Reference in a new issue