Skip to content

Commit 01d55ce

Browse files
committed
fix: import Tuple in admin_cli.py
1 parent 1732cd2 commit 01d55ce

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/datacommons-admin/datacommons_admin/admin_cli.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
import sys
1717
import urllib.request
1818
from pathlib import Path
19-
from typing import Any
19+
from typing import Any, Tuple
2020

2121
import click
2222
from google.api_core import exceptions

0 commit comments

Comments
 (0)