Skip to content

Commit

Permalink
update wrong default match-case
Browse files Browse the repository at this point in the history
  • Loading branch information
leehuwuj committed Apr 22, 2024
1 parent 5bf0149 commit 1d74be7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ def get_title(self):
return f"Retrieving context for query: '{self.payload.get('query_str')}'"
else:
return None
case default:
case _:
return None


Expand Down

0 comments on commit 1d74be7

Please sign in to comment.