Skip to content

Commit 6a61cd0

Browse files
committed
chore(gapic-generator): remove outdated comment in options.py
1 parent 5b99489 commit 6a61cd0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/gapic-generator/gapic/utils/options.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ class Options:
5858
OPT_FLAGS: FrozenSet[str] = frozenset(
5959
(
6060
"add-iam-methods", # microgenerator implementation for `reroute_to_grpc_interface`
61-
"lazy-import", # requires >= 3.7
61+
"lazy-import",
6262
"metadata", # generate GAPIC metadata JSON file
6363
"old-naming", # TODO(dovs): Come up with a better comment
6464
"retry-config", # takes a path

0 commit comments

Comments
 (0)