Browse Source

Remove unnecessary exported variables

pull/7732/head
thetimtoy 3 years ago
committed by GitHub
parent
commit
58c1e8fabf
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      discord/__init__.py

2
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

Loading…
Cancel
Save