Skip to content
Snippets Groups Projects
Verified Commit a8a046dc authored by Rajmund Hruška's avatar Rajmund Hruška
Browse files

Fix: Set values of __all__ as strings

parent 904e5598
No related branches found
No related tags found
No related merge requests found
Pipeline #19293 passed
......@@ -5,11 +5,11 @@ from .transformer import Filter, get_values
__version__ = "0.1.6"
__all__ = (
get_values,
Parser,
Filter,
RansackError,
ParseError,
ShapeError,
EvaluationError,
"get_values",
"Parser",
"Filter",
"RansackError",
"ParseError",
"ShapeError",
"EvaluationError",
)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment