mirror of
https://github.com/markqvist/Reticulum.git
synced 2025-08-10 15:30:44 -04:00
Fix undefined Reticulum variable reference in Link.py
Resolve Pylance error where "Reticulum" is not defined on line 195. The variable should be referenced as RNS.Reticulum since only the RNS module is imported, not the Reticulum class directly.
This commit is contained in:
parent
db7c5ef475
commit
6989948c40
1 changed files with 1 additions and 0 deletions
|
@ -31,6 +31,7 @@
|
|||
from RNS.Cryptography import X25519PrivateKey, X25519PublicKey, Ed25519PrivateKey, Ed25519PublicKey
|
||||
from RNS.Cryptography import Token
|
||||
from RNS.Channel import Channel, LinkChannelOutlet
|
||||
from RNS import Reticulum
|
||||
|
||||
from time import sleep
|
||||
from .vendor import umsgpack as umsgpack
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue