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 f6deec0 commit 2cb85d3Copy full SHA for 2cb85d3
1 file changed
src/datacustomcode/run.py
@@ -43,8 +43,7 @@ def _set_config_option(config_obj, key: str, value: Optional[str]) -> None:
43
44
45
def _read_streaming_source(config_json: dict) -> Optional[str]:
46
- """Return the streaming source name from config.json's ``streamingSource``.
47
- """
+ """Return the streaming source name from config.json's ``streamingSource``."""
48
source = config_json.get("streamingSource")
49
if not isinstance(source, dict):
50
return None
0 commit comments