fix: add NORMALIZE_LITERALS
to rdflib.__all__
(#2489) · RDFLib/rdflib@6981c28 (original) (raw)
Navigation Menu
- Explore
- Pricing
Provide feedback
Saved searches
Use saved searches to filter your results more quickly
Commit 6981c28
and
authored
fix: add NORMALIZE_LITERALS
to rdflib.__all__
(#2489)
This gets Sphinx to generate documentation for it, and also clearly indicates that it can be used from outside the module. - Fixes <#2488> Co-authored-by: WhiteGobo richardfechner@posteo.net
File tree
1 file changed
lines changed
1 file changed
lines changed
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -92,6 +92,7 @@ | ||
92 | 92 | "util", |
93 | 93 | "plugin", |
94 | 94 | "query", |
95 | +"NORMALIZE_LITERALS", | |
95 | 96 | ] |
96 | 97 | |
97 | 98 | logger = logging.getLogger(__name__) |