diff options
author | 2018-10-13 01:32:04 -0700 | |
---|---|---|
committer | 2018-10-13 01:32:04 -0700 | |
commit | 99191209525edffa0cf41380eb1b2ba62d427fc5 (patch) | |
tree | 8cb208ca8c5ce7fba9255257840b91d054ab4617 | |
parent | Merge branch 'master' of https://github.com/discord-python/hacktoberbot into ... (diff) |
Removed flake8 from pipfile
-rw-r--r-- | Pipfile | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -5,7 +5,6 @@ name = "pypi" [packages] "discord.py" = {ref = "rewrite", git = "https://github.com/Rapptz/discord.py"} -"flake8" = "*" [dev-packages] "flake8" = "*" |