Skip to content
This repository was archived by the owner on Aug 30, 2026. It is now read-only.

Commit 5d799b2

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

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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)