Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Mar 6, 2024
1 parent 709eb83 commit cf92f41
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions grayskull/strategy/py_toml.py
Original file line number Diff line number Diff line change
Expand Up @@ -176,6 +176,7 @@ def __get_constrained_dep_str(dep_spec: str, dep_name: str):
def encode_poetry_deps(poetry_deps: dict) -> Tuple[list, list]:
run = []
run_constrained = []

def build_deps(spec, name):
constrained_dep = get_constrained_dep(spec, name)
try:
Expand Down

0 comments on commit cf92f41

Please sign in to comment.