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 8a2fd85 commit 200ed6cCopy full SHA for 200ed6c
src/kubernetes_wsgi/__main__.py
@@ -16,7 +16,7 @@
16
17
18
def load_application(app_str: str) -> "WSGIApplication":
19
- func_name = None # type: Optional[str]
+ func_name = None # type: Optional[str]
20
if ":" in app_str:
21
mod_name, func_name = app_str.split(":", 1)
22
else:
0 commit comments