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 authored and marcusschiesser committed Apr 24, 2024
1 parent 02086c6 commit 17ad63d
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 17ad63d

Please sign in to comment.