matrix-appservice-kakaotalk/matrix_appservice_kakaotalk/commands
Andrew Ferrazzutti adb7453e1a Actually make compatible with Python 3.8
- Replace builtin generic type annotations with classes from Typing
- Replace union type expressions with Union and Optional
2022-07-14 01:41:24 -04:00
..
__init__.py Many fixes thanks to mypy 2022-04-28 03:26:08 -04:00
auth.py "login" command: Don't delete saved password when using it 2022-05-09 03:31:14 -04:00
conn.py Support a more obvious non-cached connection check 2022-05-16 03:01:12 -04:00
handler.py Minor cleanups 2022-04-01 05:11:47 -04:00
kakaotalk.py Actually make compatible with Python 3.8 2022-07-14 01:41:24 -04:00
typehint.py Many fixes thanks to mypy 2022-04-28 03:26:08 -04:00