Skip to content

Commit dcafd86

Browse files
committed
test
1 parent 63ce5b3 commit dcafd86

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
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: [--verbose --recursive --parallel --style="google" ]
14+
args: [--recursive --parallel --style="google" ]

labelbox/client.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -547,8 +547,7 @@ def create_dataset(self, iam_integration=IAMIntegration._DEFAULT, **kwargs):
547547
"""
548548
dataset = self._create(Entity.Dataset, kwargs)
549549

550-
if iam_integration == IAMIntegration._DEFAULT:iam_integration = self.get_organization(
551-
).get_default_iam_integration()
550+
if iam_integration == IAMIntegration._DEFAULT:iam_integration = self.get_organization().get_default_iam_integration()
552551

553552
if iam_integration is None:
554553
return dataset

0 commit comments

Comments
 (0)