Skip to content

Commit

Permalink
removed api_core from mypy install
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-sanche committed Jan 27, 2024
1 parent d905462 commit 5f42046
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion noxfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,6 @@ def format(session):
def mypy(session):
"""Verify type hints are mypy compatible."""
session.install("-e", ".")
session.install("-e", "python-api-core")
session.install(
"mypy",
"types-setuptools",
Expand Down

0 comments on commit 5f42046

Please sign in to comment.