mirror of
https://github.com/Rapptz/discord.py.git
synced 2025-09-08 10:53:10 +00:00
[lint] Fix import order
Reorder imports to be consistenly grouped by standard library, third party library, and local modules in that order thoughout the library.
This commit is contained in:
@ -24,9 +24,10 @@ FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
||||
DEALINGS IN THE SOFTWARE.
|
||||
"""
|
||||
|
||||
import datetime
|
||||
|
||||
from .enums import ActivityType, try_enum
|
||||
from .colour import Colour
|
||||
import datetime
|
||||
|
||||
__all__ = ['Activity', 'Streaming', 'Game', 'Spotify']
|
||||
|
||||
|
Reference in New Issue
Block a user