Skip to content

Commit 5d799b2

Browse files
committed
fix: localdeps
1 parent 76e4499 commit 5d799b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

noxfile.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
import nox
2222

2323

24-
LOCAL_DEPS = (os.path.join("..", "api_core"), os.path.join("..", "core"))
24+
LOCAL_DEPS = ()
2525

2626
@nox.session(python="3.7")
2727
def lint(session):

0 commit comments

Comments
 (0)