Skip to content

Commit

Permalink
corrected typo
Browse files Browse the repository at this point in the history
  • Loading branch information
zyxue authored and seldondev committed Jan 4, 2021
1 parent 8fd5e5a commit e397678
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion python/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ push_conda:
@echo "Alternatively use anaconda upload to publish on own channel"

setup_linter:
pip install black==black 20.8b1
pip install black==20.8b1

fmt:
black \
Expand Down
2 changes: 1 addition & 1 deletion python/requirements-dev.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Test and linters
black==19.10b0
black==20.8b1
flake8==3.8.1
mypy<0.791
Pillow==8.0.1
Expand Down

0 comments on commit e397678

Please sign in to comment.