Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Address review
  • Loading branch information
erlend-aasland committed Jul 2, 2023
commit d9bbf58afc170185ec4e0af718101db43e65710f
2 changes: 1 addition & 1 deletion Tools/clinic/clinic.py
Original file line number Diff line number Diff line change
Expand Up @@ -4508,7 +4508,7 @@ def next(
if line is not None:
self.state(line)

def state_dsl_start(self, line: str | None):
def state_dsl_start(self, line: str | None) -> None:
# self.block = self.ClinicOutputBlock(self)
if not self.valid_line(line):
Comment thread
erlend-aasland marked this conversation as resolved.
return
Expand Down