We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ca73654 commit fa92384Copy full SHA for fa92384
mcpgateway/utils/create_slug.py
@@ -29,7 +29,7 @@
29
}
30
31
32
-def slugify(text):
+def slugify(text: str) -> str:
33
"""Make an ASCII slug of text.
34
35
Args:
0 commit comments