Skip to content

Commit e21f09f

Browse files
committed
fixing space
1 parent 4834262 commit e21f09f

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

.pre-commit-config.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,3 @@ repos:
1212
- id: yapf
1313
name: "yapf (for labelbox-python repo)"
1414
args: ['--verbose --recursive --parallel --style "google" ']
15-
language_version: python3.8

labelbox/client.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -187,6 +187,7 @@ def check_errors(keywords, *path):
187187
""" Helper that looks for any of the given `keywords` in any of
188188
current errors on paths (like error[path][component][to][keyword]).
189189
"""
190+
190191
for error in errors:
191192
obj = error
192193
for path_elem in path:

0 commit comments

Comments
 (0)