diff options
| author | 2018-10-12 15:38:48 -0700 | |
|---|---|---|
| committer | 2018-10-12 15:38:48 -0700 | |
| commit | 2e71ff8fe3f7482de50b01c917640f21f62a40fe (patch) | |
| tree | 1259cb5bdf6b616c1097508bd30bee461d607017 /Pipfile | |
| parent | Merge pull request #1 from Refisio/vote-monster-refactor (diff) | |
Fixed linting: Multiple imports on single line.
Diffstat (limited to 'Pipfile')
| -rw-r--r-- | Pipfile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -5,6 +5,7 @@ name = "pypi" [packages] "discord.py" = {ref = "rewrite", git = "https://github.com/Rapptz/discord.py"} +"flake8" = "*" [dev-packages] "flake8" = "*" |