mirror of
https://github.com/markqvist/Reticulum.git
synced 2025-08-13 08:45:49 -04:00
![]() Replace invalid [MessageBase] list notation with proper typing.List[MessageBase] syntax to resolve Pylance reportInvalidTypeForm error. The bracket notation [T] is not valid for type expressions in Python - must use typing.List[T] or list[T] (Python 3.9+) instead. |
||
---|---|---|
.. | ||
rnsconfig | ||
__init__.py | ||
all.py | ||
channel.py | ||
hashes.py | ||
identity.py | ||
link.py |