Skip to content

Commit 8daeaff

Browse files
rllinrllin
authored andcommitted
yapf
1 parent 8d1d017 commit 8daeaff

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/integration/test_labeling_frontend.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@ def test_get_labeling_frontends(client):
99
# Test filtering
1010
target_frontend = frontends[0]
1111
filtered_frontends = client.get_labeling_frontends(
12-
where=LabelingFrontend.iframe_url_path == target_frontend.iframe_url_path)
12+
where=LabelingFrontend.iframe_url_path ==
13+
target_frontend.iframe_url_path)
1314
for frontend in filtered_frontends:
1415
assert target_frontend == frontend
1516

0 commit comments

Comments
 (0)