Skip to content

Commit

Permalink
black won't agree with itself
Browse files Browse the repository at this point in the history
  • Loading branch information
interrogator committed Aug 17, 2019
1 parent 838ca1e commit a752e02
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 9 deletions.
8 changes: 1 addition & 7 deletions buzzword/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,7 @@
from buzzword.parts import explore # noqa: F401
from buzzword.parts import about, building, depgrep, guide, start
from buzzword.parts.main import server # noqa: F401
from buzzword.parts.main import (
CONFIG,
CORPORA,
CORPUS_META,
INITIAL_TABLES,
app,
)
from buzzword.parts.main import CONFIG, CORPORA, CORPUS_META, INITIAL_TABLES, app
from buzzword.parts.tabs import _make_tabs

# where downloadable CSVs get stored
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ dash-table==4.1.0
python-dotenv==0.10.3
# Tests and CI
pre-commit
black
black==19.3b0
flake8
mypy
codecov
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,6 @@ def read(fname):
"dash-html-components==1.0.0",
"dash-renderer==1.0.0",
"dash-table==4.1.0",
"dash-daq==0.1.7"
"dash-daq==0.1.7",
],
)

0 comments on commit a752e02

Please sign in to comment.