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 ...@@ -5,11 +5,11 @@ from .transformer import Filter, get_values
__version__ = "0.1.6" __version__ = "0.1.6"
__all__ = ( __all__ = (
get_values, "get_values",
Parser, "Parser",
Filter, "Filter",
RansackError, "RansackError",
ParseError, "ParseError",
ShapeError, "ShapeError",
EvaluationError, "EvaluationError",
) )
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment