Skip to content

Commit 16fb799

Browse files
committed
test
1 parent 5dd4f22 commit 16fb799

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,4 +11,5 @@ repos:
1111
hooks:
1212
- id: yapf
1313
name: "yapf (for labelbox-python repo)"
14-
args: [--recursive --parallel --style google ]
14+
args: [--style google]
15+
# args: [--recursive --parallel --style google ]

labelbox/client.py

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

552552

553553

554+
554555
if iam_integration is None:
555556
return dataset
556557

0 commit comments

Comments
 (0)