1
Fork 0
mirror of https://github.com/RYGhub/royalnet.git synced 2024-11-26 21:14:19 +00:00

🐛 Fix __all__ in teleporter

This commit is contained in:
Steffo 2021-01-10 19:23:54 +01:00
parent cbfc97d15d
commit 1b093cd861
Signed by: steffo
GPG key ID: 6965406171929D01

View file

@ -235,5 +235,5 @@ class Teleporter:
__all__ = (
"Teleporter"
"Teleporter",
)