Skip to content

Commit 62bdbe2

Browse files
include async_rest in mypy installation
1 parent 15e02b1 commit 62bdbe2

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
@@ -275,7 +275,7 @@ def pytype(session):
275275
@nox.session(python=DEFAULT_PYTHON_VERSION)
276276
def mypy(session):
277277
"""Run type-checking."""
278-
session.install(".[grpc]", "mypy")
278+
session.install(".[grpc,async_rest]", "mypy")
279279
session.install(
280280
"types-setuptools",
281281
"types-requests",

0 commit comments

Comments
 (0)