Skip to content

Commit

Permalink
ignore mypy issue on Python 3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
FriedrichFroebel committed Oct 28, 2023
1 parent 9dee8e8 commit 87ee072
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stubs/bottle.pyi
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import functools
import pathlib
import threading
from _typeshed import Incomplete
from collections import MutableMapping as DictMixin # type: ignore[attr-defined]
from collections import MutableMapping as DictMixin # type: ignore[attr-defined,unused-ignore]
from collections.abc import Generator
from json import loads as json_lds
from typing import Any, Callable
Expand Down

0 comments on commit 87ee072

Please sign in to comment.