Skip to content

Commit 1a9854d

Browse files
authored
Merge pull request #145 from nagibyro/bug-fix-mypy-comment
fix mypy error on comment '# type:` fixes #143
2 parents 9d56ef4 + 837b701 commit 1a9854d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

aiogoogle/resource.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
MEDIA_SIZE_BIT_SHIFTS = {"KB": 10, "MB": 20, "GB": 30, "TB": 40}
3636

3737
# TODO: etagRequired: {
38-
# type: "boolean", # noqa: F821 (weird error)
38+
# should be type: "boolean", # noqa: F821 (weird error)
3939
# description: "Whether this method requires an ETag to be specified. The ETag is sent as an HTTP If-Match or If-None-Match header."
4040
# }
4141
# NOTE: etagRequired is only mentioned once in all of the discovery documents available from Google. (In discovery_service-v1. So, it isn't actually being used)

0 commit comments

Comments
 (0)