Coverage for /usr/local/lib/python3.12/site-packages/prefect/utilities/slugify.py: 100%
2 statements
« prev ^ index » next coverage.py v7.10.6, created at 2025-12-05 13:38 +0000
« prev ^ index » next coverage.py v7.10.6, created at 2025-12-05 13:38 +0000
1# Allows prefect to be used side-by-side with unicode-slugify
2# See https://github.com/PrefectHQ/prefect/issues/6945
4from slugify import slugify 1a
6__all__ = ["slugify"] 1a