add OptJidStr to types.__all__
This commit is contained in:
parent
26fb0d1f91
commit
3725177d0b
1 changed files with 1 additions and 1 deletions
|
@ -84,7 +84,7 @@ MAMDefault = Literal['always', 'never', 'roster']
|
|||
FilterString = Literal['in', 'out', 'out_sync']
|
||||
|
||||
__all__ = [
|
||||
'Protocol', 'TypedDict', 'Literal', 'OptJid', 'JidStr', 'MAMDefault',
|
||||
'Protocol', 'TypedDict', 'Literal', 'OptJid', 'OptJidStr', 'JidStr', 'MAMDefault',
|
||||
'PresenceTypes', 'PresenceShows', 'MessageTypes', 'IqTypes', 'MucRole',
|
||||
'MucAffiliation', 'FilterString',
|
||||
]
|
||||
|
|
Loading…
Reference in a new issue