1
Fork 0
mirror of https://github.com/RYGhub/royalnet.git synced 2024-11-23 03:24:20 +00:00

🐛 Fix invalid import

that intellij didn't mark for some reason
This commit is contained in:
Steffo 2021-04-17 04:01:11 +02:00
parent 2a39b28a48
commit c150d1f228
Signed by: steffo
GPG key ID: 6965406171929D01

View file

@ -8,7 +8,7 @@ import royalnet.royaltyping as t
import logging
import abc
import teleporter as tp
import royalnet.engineer.teleporter as tp
log = logging.getLogger(__name__)