aboutsummaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorEugene <[email protected]>2019-06-24 22:46:29 +0300
committerRapptz <[email protected]>2019-06-29 19:15:06 -0400
commitbe5bd273867bb9d643b2f963005beb0e1b6fd7c2 (patch)
treee947b82102c688c35168141b717f5feaa6821531 /setup.py
parent[commands] Don't raise ExtensionNotFound for ImportErrors in modules (diff)
downloaddiscord.py-be5bd273867bb9d643b2f963005beb0e1b6fd7c2.tar.xz
discord.py-be5bd273867bb9d643b2f963005beb0e1b6fd7c2.zip
Remove unused import
find_packages function is not used anymore
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index f7feed15..1782e248 100644
--- a/setup.py
+++ b/setup.py
@@ -1,4 +1,4 @@
-from setuptools import setup, find_packages
+from setuptools import setup
import re
requirements = []