Improve type hints and set version to 0.4.0+dev
This commit is contained in:
@@ -1,6 +1,5 @@
|
||||
from typing import Dict, NewType
|
||||
|
||||
# MatrixId = NewType('MatrixId', str)
|
||||
MatrixUserID = NewType('MatrixUserID', str)
|
||||
MatrixRoomID = NewType('MatrixRoomID', str)
|
||||
MatrixEventID = NewType('MatrixEventID', str)
|
||||
|
||||
Reference in New Issue
Block a user