Skip to content

Commit

Permalink
fix: localdeps
Browse files Browse the repository at this point in the history
  • Loading branch information
crwilcox committed Jan 31, 2020
1 parent 76e4499 commit 5d799b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion noxfile.py
Expand Up @@ -21,7 +21,7 @@
import nox


LOCAL_DEPS = (os.path.join("..", "api_core"), os.path.join("..", "core"))
LOCAL_DEPS = ()

@nox.session(python="3.7")
def lint(session):
Expand Down

0 comments on commit 5d799b2

Please sign in to comment.