mirror of
https://github.com/Matthww/TuneBot.git
synced 2026-09-21 20:57:48 +00:00
prevent circular import in tunebot.redis.__init__.py
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
from tunebot.redis.entity import * # noreorder
|
||||
from tunebot.redis.autojoin import *
|
||||
from tunebot.redis.entity import *
|
||||
from tunebot.redis.playlist import *
|
||||
from tunebot.redis.playlist_source import *
|
||||
|
||||
Reference in New Issue
Block a user