Browse Source
Fix duplicate logging module import in [discord/utils.py] (#617)
pull/10109/head
Zai
1 year ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
0 additions and
1 deletions
-
discord/utils.py
|
@ -73,7 +73,6 @@ import sys |
|
|
from threading import Timer |
|
|
from threading import Timer |
|
|
import types |
|
|
import types |
|
|
import warnings |
|
|
import warnings |
|
|
import logging |
|
|
|
|
|
|
|
|
|
|
|
import yarl |
|
|
import yarl |
|
|
|
|
|
|
|
|