mirror of
https://github.com/kovidgoyal/kitty.git
synced 2026-08-04 06:36:24 +00:00
Eh, mypy doesnt let me ignore requests on CI
This commit is contained in:
parent
70a01955b8
commit
b9b799533b
1 changed files with 1 additions and 1 deletions
|
|
@ -19,7 +19,7 @@ import time
|
|||
from contextlib import contextmanager, suppress
|
||||
from typing import IO, Any, Dict, Generator, Iterable, Optional, cast
|
||||
|
||||
import requests # type: ignore
|
||||
import requests
|
||||
|
||||
os.chdir(os.path.dirname(os.path.abspath(__file__)))
|
||||
docs_dir = os.path.abspath('docs')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue