Skip to content

Commit 8fbcaff

Browse files
committed
Moved nox import down
1 parent a85ff27 commit 8fbcaff

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

remove-json-keys/noxfile.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
import nox
21
from pathlib import Path
2+
import nox
33

44
def session(func) : return nox.session(venv_backend='none')(func)
55

translate-messages/noxfile.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
import nox
21
from pathlib import Path
2+
import nox
33

44
def session(func) : return nox.session(venv_backend='none')(func)
55

0 commit comments

Comments
 (0)