Skip to content

Commit c1e6b54

Browse files
author
Auto-format Bot
committed
Automatically reformatting code
1 parent 8e9c490 commit c1e6b54

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

test/unit/test_notes.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ def test_note_with_image(gl_experimental: ExperimentalApi):
2727
found_note = True
2828
assert found_note
2929

30+
3031
def test_note_with_pin(gl_experimental: ExperimentalApi):
3132
name = f"Test {datetime.utcnow()}"
3233
det = gl_experimental.create_detector(name, "test_query")
@@ -36,4 +37,4 @@ def test_note_with_pin(gl_experimental: ExperimentalApi):
3637
for i in range(len(notes)):
3738
if notes[i].is_pinned:
3839
found_note = True
39-
assert found_note
40+
assert found_note

0 commit comments

Comments
 (0)