Browse Source
Remove unnecessary exported variables
pull/7732/head
thetimtoy
3 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
2 additions and
0 deletions
-
discord/__init__.py
|
|
@ -73,3 +73,5 @@ class VersionInfo(NamedTuple): |
|
|
|
version_info: VersionInfo = VersionInfo(major=2, minor=0, micro=0, releaselevel='alpha', serial=0) |
|
|
|
|
|
|
|
logging.getLogger(__name__).addHandler(logging.NullHandler()) |
|
|
|
|
|
|
|
del logging, NamedTuple, Literal, VersionInfo |
|
|
|