Skip to content

Commit

Permalink
black format
Browse files Browse the repository at this point in the history
  • Loading branch information
muncus committed May 8, 2023
1 parent 1caff1c commit 18bd6bf
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -217,9 +217,7 @@ def test_empty_path(self):

span = spans[0]

self.assertEqual(
span.name, "empty"
)
self.assertEqual(span.name, "empty")

def test_traced_post(self):
Client().post("/traced/")
Expand Down

0 comments on commit 18bd6bf

Please sign in to comment.