Skip to content

Commit

Permalink
remove one too many newline char
Browse files Browse the repository at this point in the history
  • Loading branch information
Anvil committed Dec 12, 2023
1 parent fffe52e commit 60632bd
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tools/generate-tests
Original file line number Diff line number Diff line change
Expand Up @@ -184,8 +184,7 @@ class TestFile:
if REVEAL_TYPE:
return """
from typing_extensions import reveal_type
reveal_type(func)
"""
reveal_type(func)"""
return ""

def __str__(self) -> str:
Expand Down

0 comments on commit 60632bd

Please sign in to comment.