Skip to content

Commit c01cc92

Browse files
committed
Added missing import sys
1 parent 6f4cafb commit c01cc92

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

find-project-root/noxfile.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
from pathlib import Path
2+
import sys
23
from types import SimpleNamespace as sn
34

45
import nox

0 commit comments

Comments
 (0)