We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1229e24 commit e3c7937Copy full SHA for e3c7937
.pre-commit-config.yaml
@@ -32,7 +32,7 @@ repos:
32
- id: isort
33
name: isort (python)
34
- repo: https://github.com/psf/black
35
- rev: 22.3.0
+ rev: 23.7.0
36
hooks:
37
- id: black
38
- repo: https://github.com/pycqa/flake8
bigframes/session/loader.py
@@ -1453,7 +1453,6 @@ def _start_query_with_job(
1453
1454
1455
def _transform_read_gbq_configuration(configuration: Optional[dict]) -> dict:
1456
-
1457
"""
1458
For backwards-compatibility, convert any previously client-side only
1459
parameters such as timeoutMs to the property name expected by the REST API.
0 commit comments