Skip to content

Commit 6bf0e26

Browse files
committed
fix(gapic): resolve linting errors from redundant eager imports
1 parent 2cdabf9 commit 6bf0e26

1 file changed

Lines changed: 0 additions & 8 deletions

File tree

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

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

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,6 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
from google.api_core.gapic_v1 import (
16-
client_info,
17-
config,
18-
config_async,
19-
method,
20-
method_async,
21-
routing_header,
22-
)
2315
import importlib.util
2416
from typing import Set
2517

0 commit comments

Comments
 (0)