We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e21f09f commit 9baccc1Copy full SHA for 9baccc1
.pre-commit-config.yaml
@@ -10,5 +10,5 @@ repos:
10
rev: v0.31.0
11
hooks:
12
- id: yapf
13
- name: "yapf (for labelbox-python repo)"
14
- args: ['--verbose --recursive --parallel --style "google" ']
+ # name: "yapf (for labelbox-python repo)"
+ # args: ['--verbose --recursive --parallel --style "google" ']
labelbox/client.py
@@ -12,6 +12,7 @@
import requests
import requests.exceptions
15
+
16
import labelbox.exceptions
17
from labelbox import utils
18
from labelbox import __version__ as SDK_VERSION
0 commit comments