Skip to content

Commit 6f0335e

Browse files
committed
test
1 parent 16fb799 commit 6f0335e

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: [--style goooooo]
1515
# args: [--recursive --parallel --style google ]

labelbox/client.py

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

553553

554554

555+
555556
if iam_integration is None:
556557
return dataset
557558

0 commit comments

Comments
 (0)