Skip to content

Commit

Permalink
fab's comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Fred Lefévère-Laoide authored and Fred Lefévère-Laoide committed Jul 18, 2024
1 parent 3db1534 commit d7c4bc9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion taipy/config/stubs/generate_pyi.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
from pathlib import Path
from typing import List

_end_doc = re.compile(r'\"\"\"\s*(#\s*noqa:\s*E501)?\s*\n')
_end_doc = re.compile(r'\"\"\"\s*(#\s*noqa\s*:\s*E501)?\s*\n')

def _get_function_delimiters(initial_line, lines):
begin = end = initial_line
Expand Down

0 comments on commit d7c4bc9

Please sign in to comment.