Skip to content

Commit

Permalink
fix: remove docformatter
Browse files Browse the repository at this point in the history
because of dependency conflict with snowflake-connector-python

resolves #1
  • Loading branch information
tekumara committed Apr 30, 2023
1 parent 4472976 commit 890f1df
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion fakesnow/transforms.py
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ def indices_to_array(expression: exp.Expression) -> exp.Expression:
Returns:
exp.Expression: The transformed expression.
""" # noqa: E501
"""
if (
isinstance(expression, exp.Bracket)
and len(expression.expressions) == 1
Expand Down
1 change: 0 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ homepage = "https://github.com/tekumara/fakesnow"
dev = [
"black~=22.12",
"build~=0.10",
"docformatter~=1.5",
# exclude 3.0.1 because of https://github.com/snowflakedb/snowflake-connector-python/issues/1464
"snowflake-connector-python!=3.0.1",
# include the secure-local-storage extra for token caching
Expand Down

0 comments on commit 890f1df

Please sign in to comment.