this is the only function we use fortunately <!-- Describe your PR here. -->
@@ -0,0 +1,3 @@
+from typing import Any
+
+def format(sql: str, encoding: str | None = ..., **kwargs: Any) -> str: ...
@@ -99,7 +99,6 @@ module = [
"onelogin.saml2.constants.*",
"onelogin.saml2.idp_metadata_parser.*",
"rb.*",
- "sqlparse.*",
"statsd.*",
"u2flib_server.model.*",
]