Skip to content

Commit c0c869f

Browse files
committed
Sort imports
1 parent 9b6d5f1 commit c0c869f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@
44
import os.path
55
import discord
66
import datetime
7-
from keep_alive import keep_alive
87
import requests
98
import json
109
from discord.ext import commands
1110
from discord.ext.commands import *
1211
from discord.ext import tasks
12+
from keep_alive import keep_alive
1313

1414
# Startup and Variables
1515
ids = [

0 commit comments

Comments
 (0)