Skip to content

Commit

Permalink
tidy
Browse files Browse the repository at this point in the history
Signed-off-by: Jan Kowalleck <jan.kowalleck@gmail.com>
  • Loading branch information
jkowalleck committed Jun 10, 2024
1 parent b24d053 commit 1cd1ef6
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions tests/_data/infiles/environment/with-license-pep639/init.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,12 +47,12 @@ def main() -> None:

pip_install(
# with License-Expression
"attrs",
'attrs',
# with License-File
"boolean.py",
"jsonpointer",
"license_expression",
"lxml",
'boolean.py',
'jsonpointer',
'license_expression',
'lxml',
)


Expand Down

0 comments on commit 1cd1ef6

Please sign in to comment.