Skip to content

Commit b4e089f

Browse files
committed
test
1 parent 6159db8 commit b4e089f

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.pre-commit-config.yaml

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

labelbox/client.py

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

559559

560560

561+
561562
if iam_integration is None:
562563
return dataset
563564

0 commit comments

Comments
 (0)