Skip to content

Commit e3c7937

Browse files
fix lint
1 parent 1229e24 commit e3c7937

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ repos:
3232
- id: isort
3333
name: isort (python)
3434
- repo: https://github.com/psf/black
35-
rev: 22.3.0
35+
rev: 23.7.0
3636
hooks:
3737
- id: black
3838
- repo: https://github.com/pycqa/flake8

bigframes/session/loader.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1453,7 +1453,6 @@ def _start_query_with_job(
14531453

14541454

14551455
def _transform_read_gbq_configuration(configuration: Optional[dict]) -> dict:
1456-
14571456
"""
14581457
For backwards-compatibility, convert any previously client-side only
14591458
parameters such as timeoutMs to the property name expected by the REST API.

0 commit comments

Comments
 (0)