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:
parent
2a39b28a48
commit
c150d1f228
1 changed files with 1 additions and 1 deletions
|
@ -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__)
|
||||
|
||||
|
|
Loading…
Reference in a new issue