Skip to content

Commit

Permalink
Fix pyright
Browse files Browse the repository at this point in the history
  • Loading branch information
provinzkraut committed Jun 18, 2024
1 parent 8116c7c commit e7711db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/unit/test_openapi/test_parameters.py
Original file line number Diff line number Diff line change
Expand Up @@ -408,7 +408,7 @@ async def handler(

def test_unwrap_nested_new_type() -> None:
FancyString = NewType("FancyString", str)
FancierString = NewType("FancierString", FancyString)
FancierString = NewType("FancierString", FancyString) # pyright: ignore

@get("/")
async def handler(
Expand Down

0 comments on commit e7711db

Please sign in to comment.