Satisfy mypy and (re-)move files
This commit is contained in:
parent
ef5320058c
commit
2e56b1b925
10 changed files with 209 additions and 351 deletions
|
|
@ -1,8 +0,0 @@
|
|||
from typing import List
|
||||
|
||||
from .markup import *
|
||||
from .message import *
|
||||
|
||||
__all__: List[str] = []
|
||||
__all__ += markup.__all__
|
||||
__all__ += message.__all__
|
||||
Loading…
Add table
Add a link
Reference in a new issue