Skip to content

Commit

Permalink
fix: add NORMALIZE_LITERALS to rdflib.__all__ (#2489)
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
WhiteGobo and WhiteGobo committed Jul 16, 2023
1 parent 394215f commit 6981c28
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions rdflib/__init__.py
Expand Up @@ -92,6 +92,7 @@
"util",
"plugin",
"query",
"NORMALIZE_LITERALS",
]

logger = logging.getLogger(__name__)
Expand Down

0 comments on commit 6981c28

Please sign in to comment.