Skip to content

Commit 52dc4e9

Browse files
committed
test
1 parent b361e9f commit 52dc4e9

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

.pre-commit-config.yaml

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

labelbox/client.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -549,9 +549,7 @@ def create_dataset(self,
549549
"""
550550
dataset = self._create(Entity.Dataset, kwargs)
551551

552-
if iam_integration == IAMIntegration._DEFAULT:
553-
iam_integration = self.get_organization(
554-
).get_default_iam_integration()
552+
if iam_integration == IAMIntegration._DEFAULT: iam_integration = self.get_organization().get_default_iam_integration()
555553

556554
if iam_integration is None:
557555
return dataset

0 commit comments

Comments
 (0)