Skip to content
This repository was archived by the owner on Apr 1, 2026. It is now read-only.

Commit 13a3051

Browse files
committed
more linting
1 parent bb49a72 commit 13a3051

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

google/cloud/bigtable_admin/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
# only an import alias for objects in google.cloud.bigtable_admin_v2.
1919
# We maintain that surface here.
2020

21-
from google.cloud.bigtable.admin import * # noqa: F401,F403
21+
from google.cloud.bigtable.admin import * # noqa: F401,F403
2222
import google.cloud.bigtable.admin
2323

2424
__all__ = google.cloud.bigtable.admin.__all__

0 commit comments

Comments
 (0)