aboutsummaryrefslogtreecommitdiffstats
path: root/Pipfile
diff options
context:
space:
mode:
authorGravatar Derek Fitzpatrick <[email protected]>2018-10-12 15:38:48 -0700
committerGravatar Derek Fitzpatrick <[email protected]>2018-10-12 15:38:48 -0700
commit2e71ff8fe3f7482de50b01c917640f21f62a40fe (patch)
tree1259cb5bdf6b616c1097508bd30bee461d607017 /Pipfile
parentMerge pull request #1 from Refisio/vote-monster-refactor (diff)
Fixed linting: Multiple imports on single line.
Diffstat (limited to 'Pipfile')
-rw-r--r--Pipfile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Pipfile b/Pipfile
index a702616f..158d2787 100644
--- a/Pipfile
+++ b/Pipfile
@@ -5,6 +5,7 @@ name = "pypi"
[packages]
"discord.py" = {ref = "rewrite", git = "https://github.com/Rapptz/discord.py"}
+"flake8" = "*"
[dev-packages]
"flake8" = "*"