node-packages/remove-attr.py: fix shebang

This commit is contained in:
Robert Schütz 2023-07-25 10:27:36 -07:00
parent f816d2543e
commit 1c26845771

View File

@ -1,5 +1,5 @@
#!/usr/bin/env nix-shell
#!nix-shell -i python3 -p
#!nix-shell -i python3 -p python3
import collections.abc
import fileinput