We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 295deef commit 8603b1dCopy full SHA for 8603b1d
1 file changed
src/hdx/facades/simple.py
@@ -12,11 +12,11 @@
12
setup_logging(log_file="errors.log")
13
14
15
-def facade(projectmainfn: Callable[[None], None], **kwargs: Any):
+def facade(projectmainfn: Callable[[], None], **kwargs: Any):
16
"""Facade to simplify project setup that calls project main function
17
18
Args:
19
- projectmainfn ((None) -> None): main function of project
+ projectmainfn (() -> None): main function of project
20
**kwargs: configuration parameters to pass to HDX Configuration class
21
22
Returns:
0 commit comments