diff options
| author | Eugene <[email protected]> | 2019-06-24 22:46:29 +0300 |
|---|---|---|
| committer | Rapptz <[email protected]> | 2019-06-29 19:15:06 -0400 |
| commit | be5bd273867bb9d643b2f963005beb0e1b6fd7c2 (patch) | |
| tree | e947b82102c688c35168141b717f5feaa6821531 /setup.py | |
| parent | [commands] Don't raise ExtensionNotFound for ImportErrors in modules (diff) | |
| download | discord.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.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,4 +1,4 @@ -from setuptools import setup, find_packages +from setuptools import setup import re requirements = [] |