Skip to content

Commit

Permalink
Fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
joostsijm committed Oct 18, 2024
1 parent e9e1080 commit 418a029
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/fastapi/test_request_query.py
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,6 @@ def test_filters_comparison(values, expected):

class FooResource(Resource, version=v(1), name="testing"):
@get("/query")

def query(self, q: Annotated[SomeQuery, Query()]):
return q.model_dump()

Expand Down

0 comments on commit 418a029

Please sign in to comment.