Skip to content

Commit

Permalink
remove incorrect comment and unused newline variable
Browse files Browse the repository at this point in the history
  • Loading branch information
altendky authored Aug 28, 2024
1 parent 1d335fd commit 28bf1fb
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions wheel/generate_type_stubs.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,6 @@ def transform_type(m: str) -> str:
def print_class(
file: TextIO, name: str, members: List[str], extra: Optional[List[str]] = None
):

# f-strings don't allow backslashes, which makes it a bit tricky to
# manipulate strings with newlines
nl = "\n"

def add_indent(x: str):
return "\n " + x

Expand Down

0 comments on commit 28bf1fb

Please sign in to comment.