Skip to content

Commit bbaf074

Browse files
committed
chore: add type annotations to __lazy_modules__
1 parent ab5795b commit bbaf074

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

  • packages/google-api-core/google/api_core/gapic_v1

packages/google-api-core/google/api_core/gapic_v1/__init__.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,9 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
__lazy_modules__ = {
15+
from typing import Set
16+
17+
__lazy_modules__: Set[str] = {
1618
"google.api_core.gapic_v1.client_info",
1719
"google.api_core.gapic_v1.config",
1820
"google.api_core.gapic_v1.config_async",

0 commit comments

Comments
 (0)