nodes.py: remove unused import of bwpass
This commit is contained in:
parent
61c5d974ba
commit
bf0acdf3a2
1 changed files with 0 additions and 1 deletions
1
nodes.py
1
nodes.py
|
@ -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"):
|
||||||
|
|
Loading…
Reference in a new issue