Skip to content

Commit

Permalink
fix warning about: DeprecationWarning: invalid escape sequence '\>'
Browse files Browse the repository at this point in the history
  • Loading branch information
birchkwok committed Sep 15, 2024
1 parent 7daed0b commit 3ab573d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lynse/core_components/fields_cache/expression_parse.py
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ def parse_number(value):


class ExpressionParser:
"""
r"""
FieldExpression is a string parser used to parse field expressions.
It can reassemble the parsing result into a Filter object of LynseDB, which can filter the query result.
Expand Down

0 comments on commit 3ab573d

Please sign in to comment.