Skip to content

Commit d13f1e4

Browse files
committed
test
1 parent 028834a commit d13f1e4

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,6 @@ repos:
1111
hooks:
1212
- id: yapf
1313
name: "yapf (for labelbox-python repo)"
14-
args: [--verbose --style=google]
14+
# args: [--verbose --style=google]
15+
args: ["--style=.style.yapf"]
1516
# args: [--recursive --parallel --style google ]

labelbox/client.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -560,6 +560,7 @@ def create_dataset(self, iam_integration=IAMIntegration._DEFAULT, **kwargs):
560560

561561

562562

563+
563564
if iam_integration is None:
564565
return dataset
565566

0 commit comments

Comments
 (0)