Skip to content

Commit

Permalink
Fix missing black as a dev dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
lqmanh committed Aug 27, 2021
1 parent 70e9496 commit f2e9ce0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ requests = "2.25.1"

[tool.poetry.dev-dependencies]
pre_commit = "^2.1.0"
black = "^21.7b0"

[build-system]
requires = ["poetry>=0.12", "setuptools>=30.3.0,<50"]
Expand Down
4 changes: 1 addition & 3 deletions supabase_py/lib/constants.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
from supabase_py import __version__

DEFAULT_HEADERS = {
'X-Client-Info': f'supabase-py/{__version__}'
}
DEFAULT_HEADERS = {"X-Client-Info": f"supabase-py/{__version__}"}

0 comments on commit f2e9ce0

Please sign in to comment.