Skip to content

Commit 9baccc1

Browse files
committed
test
1 parent e21f09f commit 9baccc1

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,5 @@ repos:
1010
rev: v0.31.0
1111
hooks:
1212
- id: yapf
13-
name: "yapf (for labelbox-python repo)"
14-
args: ['--verbose --recursive --parallel --style "google" ']
13+
# name: "yapf (for labelbox-python repo)"
14+
# args: ['--verbose --recursive --parallel --style "google" ']

labelbox/client.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
import requests
1313
import requests.exceptions
1414

15+
1516
import labelbox.exceptions
1617
from labelbox import utils
1718
from labelbox import __version__ as SDK_VERSION

0 commit comments

Comments
 (0)