Skip to content

Commit 17daf44

Browse files
google-genai-botcopybara-github
authored andcommitted
feat: Rebase Pyink to Black (https://github.com/psf/black) v26.3.1.
Commented out a code block in lines.py to allow 2 blank lines after imports. Temporarily disabled: test_simple_format[import_line_collapse] PiperOrigin-RevId: 885483341
1 parent b2629a4 commit 17daf44

File tree

9 files changed

+0
-9
lines changed

9 files changed

+0
-9
lines changed

google/genai/batches.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@
3131
from ._common import set_value_by_path as setv
3232
from .pagers import AsyncPager, Pager
3333

34-
3534
logger = logging.getLogger('google_genai.batches')
3635

3736

google/genai/caches.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@
2929
from ._common import set_value_by_path as setv
3030
from .pagers import AsyncPager, Pager
3131

32-
3332
logger = logging.getLogger('google_genai.caches')
3433

3534

google/genai/documents.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@
2828
from ._common import set_value_by_path as setv
2929
from .pagers import AsyncPager, Pager
3030

31-
3231
logger = logging.getLogger('google_genai.documents')
3332

3433

google/genai/file_search_stores.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@
3333
from .documents import AsyncDocuments, Documents
3434
from .pagers import AsyncPager, Pager
3535

36-
3736
logger = logging.getLogger('google_genai.filesearchstores')
3837

3938

google/genai/files.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@
3434
from ._common import set_value_by_path as setv
3535
from .pagers import AsyncPager, Pager
3636

37-
3837
logger = logging.getLogger('google_genai.files')
3938

4039

google/genai/models.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@
3333
from ._common import set_value_by_path as setv
3434
from .pagers import AsyncPager, Pager
3535

36-
3736
logger = logging.getLogger('google_genai.models')
3837

3938

google/genai/operations.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@
2626
from ._common import get_value_by_path as getv
2727
from ._common import set_value_by_path as setv
2828

29-
3029
logger = logging.getLogger('google_genai.operations')
3130

3231

google/genai/tunings.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@
2828
from ._common import set_value_by_path as setv
2929
from .pagers import AsyncPager, Pager
3030

31-
3231
logger = logging.getLogger('google_genai.tunings')
3332

3433

google/genai/types.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@
3737
_UploadToFileSearchStoreOperation_from_mldev,
3838
)
3939

40-
4140
if sys.version_info >= (3, 10):
4241
# Supports both Union[t1, t2] and t1 | t2
4342
VersionedUnionType = Union[builtin_types.UnionType, _UnionGenericAlias]

0 commit comments

Comments
 (0)