mirror of
https://github.com/nonebot/nonebot2.git
synced 2024-11-28 03:26:18 +08:00
7 lines
118 B
Plaintext
7 lines
118 B
Plaintext
|
[report]
|
||
|
exclude_lines =
|
||
|
pragma: no cover
|
||
|
if TYPE_CHECKING:
|
||
|
@(abc\.)?abstractmethod
|
||
|
raise NotImplementedError
|