Skip to content

chore: complete google-cloud-runtimeconfig migration#16670

Open
jskeet wants to merge 2 commits intogoogleapis:mainfrom
jskeet:reformat-google-cloud-runtimeconfig
Open

chore: complete google-cloud-runtimeconfig migration#16670
jskeet wants to merge 2 commits intogoogleapis:mainfrom
jskeet:reformat-google-cloud-runtimeconfig

Conversation

@jskeet
Copy link
Copy Markdown
Contributor

@jskeet jskeet commented Apr 16, 2026

  • Reformat with nox
  • Enable generation with librarian
  • Regenerate with librarian

@jskeet jskeet requested a review from parthea April 16, 2026 06:54
@jskeet jskeet requested a review from a team as a code owner April 16, 2026 06:54
Copy link
Copy Markdown
Contributor

@gemini-code-assist gemini-code-assist bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code Review

This pull request updates the repository metadata for google-cloud-runtimeconfig and applies various formatting changes to imports across the package, including reordering and adjusting whitespace. A review comment suggests restoring a blank line between imports in _http.py to maintain consistency with PEP 8 and other files in the project.

Comment on lines 19 to 20
from google.cloud import _http

from google.cloud.runtimeconfig import __version__
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

For consistency with other files in this package (such as config.py and variable.py) and to adhere to PEP 8 grouping rules, there should be a blank line between the external google.cloud import and the local google.cloud.runtimeconfig import.

Suggested change
from google.cloud import _http
from google.cloud.runtimeconfig import __version__
from google.cloud import _http
from google.cloud.runtimeconfig import __version__
References
  1. PEP 8 suggests that imports should be grouped in the following order: standard library imports, related third party imports, local application/library specific imports. Each group of imports should be separated by a blank line. (link)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant