Skip to content

Commit 1e970ea

Browse files
committed
🎨 remove trailing comma
1 parent a8c0955 commit 1e970ea

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

scripts/generate_pip_deps_from_conda.py

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,4 @@ def main(conda_fname, pip_fname):
128128
parser.add_argument("files", nargs="*")
129129
args = parser.parse_args()
130130
for file in args.files:
131-
main(
132-
file,
133-
"requirements-dev.txt",
134-
)
131+
main(file, "requirements-dev.txt")

0 commit comments

Comments
 (0)