Skip to content

Commit 200ed6c

Browse files
committed
✅ Make Black happy.
1 parent 8a2fd85 commit 200ed6c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/kubernetes_wsgi/__main__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717

1818
def load_application(app_str: str) -> "WSGIApplication":
19-
func_name = None # type: Optional[str]
19+
func_name = None # type: Optional[str]
2020
if ":" in app_str:
2121
mod_name, func_name = app_str.split(":", 1)
2222
else:

0 commit comments

Comments
 (0)