nodes.py: remove unused import of bwpass

This commit is contained in:
Rico 2021-12-19 13:34:57 +01:00
parent 61c5d974ba
commit bf0acdf3a2
Signed by: stillbeben
GPG key ID: AE1066B5BD0B5041

View file

@ -2,7 +2,6 @@ from json import dumps as json_dumps
from os.path import join from os.path import join
from pathlib import Path from pathlib import Path
import bwpass
from bundlewrap.metadata import atomic from bundlewrap.metadata import atomic
for node in Path(join(repo_path, "nodes")).rglob("*.py"): for node in Path(join(repo_path, "nodes")).rglob("*.py"):