Skip to content

Commit e7d5849

Browse files
committed
chore: format
1 parent 345ed00 commit e7d5849

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

noxfile.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,6 @@ def default(session, install_grpc=True, prerelease=False, install_async_rest=Fal
124124

125125
session.install(
126126
"dataclasses",
127-
128127
"pytest",
129128
"pytest-cov",
130129
"pytest-mock",
@@ -276,7 +275,6 @@ def mypy(session):
276275
"types-requests",
277276
"types-protobuf",
278277
"types-dataclasses",
279-
280278
)
281279
session.run("mypy", "google", "tests")
282280

0 commit comments

Comments
 (0)