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

Commit 5f42046

Browse files
committed
removed api_core from mypy install
1 parent d905462 commit 5f42046

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

noxfile.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,6 @@ def format(session):
133133
def mypy(session):
134134
"""Verify type hints are mypy compatible."""
135135
session.install("-e", ".")
136-
session.install("-e", "python-api-core")
137136
session.install(
138137
"mypy",
139138
"types-setuptools",

0 commit comments

Comments
 (0)