mirror of
https://github.com/Cog-Creators/Red-DiscordBot.git
synced 2025-12-07 09:52:30 -05:00
Privatize APIs by renaming or removing them from __all__ (#6021)
This commit is contained in:
@@ -26,6 +26,7 @@ import traceback
|
||||
from datetime import datetime, timedelta, timezone
|
||||
from typing import List, Dict, Tuple, Union, Optional, Sequence
|
||||
|
||||
__all__ = ("RedTree",)
|
||||
|
||||
log = logging.getLogger("red")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user