Skip to content

Commit

Permalink
re-formatted with black
Browse files Browse the repository at this point in the history
  • Loading branch information
justinboswell committed Dec 1, 2023
1 parent ad6ec5b commit 56e396a
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions tests/test_concepts.py
Original file line number Diff line number Diff line change
Expand Up @@ -835,15 +835,13 @@ def test_non_template_requires() -> None:
segments=[NameSpecifier(name="Payload")], classkey="struct"
),
template=TemplateDecl(
params=[TemplateTypeParam(
typekey="class", name="T")]
params=[TemplateTypeParam(typekey="class", name="T")]
),
),
methods=[
Method(
return_type=None,
name=PQName(
segments=[NameSpecifier(name="Payload")]),
name=PQName(segments=[NameSpecifier(name="Payload")]),
parameters=[
Parameter(
type=Type(
Expand Down

0 comments on commit 56e396a

Please sign in to comment.