Skip to content

Commit

Permalink
fix lint test
Browse files Browse the repository at this point in the history
  • Loading branch information
soumyadeepm04 committed Jun 4, 2024
1 parent 994b42d commit f68d49e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/eachdist.py
Original file line number Diff line number Diff line change
Expand Up @@ -464,7 +464,6 @@ def install_args(args):
check=True,
)


allfmt = "-e 'file://{}'" if args.editable else "'file://{}'"

execute_args(
Expand All @@ -478,7 +477,7 @@ def install_args(args):
),
)
)

if args.with_dev_deps:
rootpath = find_projectroot()
runsubprocess(
Expand All @@ -496,6 +495,7 @@ def install_args(args):
check=True,
)


def parse_subargs(parentargs, args):
subargs = parse_args(args)
subargs.dry_run = parentargs.dry_run or subargs.dry_run
Expand Down

0 comments on commit f68d49e

Please sign in to comment.