Skip to content

Commit

Permalink
isort and black
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelkaye committed Oct 31, 2023
1 parent 499c3b5 commit bf08c84
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion trafficlight/http/status.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
import logging
from typing import List, Union

from quart import Blueprint, abort, render_template, request, send_file, Response
from quart import Blueprint, Response, abort, render_template, request, send_file

from trafficlight.internals.testsuite import TestSuite
from trafficlight.store import (
Expand Down
1 change: 0 additions & 1 deletion trafficlight/tests/video/load_test_call_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,6 @@ async def run(self, alice: ElementCallClient, bob: ElementCallClient) -> None:
)

with soft_assertions():

# Ensure we don't gain or lose members doing this.
assert_that(alice_data.video_tiles).is_length(2)
assert_that(bob_data.video_tiles).is_length(2)
Expand Down

0 comments on commit bf08c84

Please sign in to comment.