removing unused imports

This commit is contained in:
Luke Robles 2017-08-17 00:28:58 -07:00
parent f59c3ce21e
commit 615ba38880
2 changed files with 0 additions and 2 deletions

View File

@ -12,7 +12,6 @@ import excuse
import help_methods
import lewds
import wallpaper
from pybooru import Danbooru
# Client object
client = discord.Client()

View File

@ -1,7 +1,6 @@
import random
import requests
import help_methods
from pybooru import Danbooru