mirror of
https://github.com/Cog-Creators/Red-DiscordBot.git
synced 2025-12-07 01:42:30 -05:00
Privatize APIs by renaming or removing them from __all__ (#6021)
This commit is contained in:
@@ -7,6 +7,8 @@ import weakref
|
||||
from typing import List, Optional, Union
|
||||
from .common_filters import filter_mass_mentions
|
||||
|
||||
__all__ = ("Tunnel",)
|
||||
|
||||
_instances = weakref.WeakValueDictionary({})
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user