Skip to content

Commit 2cb85d3

Browse files
committed
lint
1 parent f6deec0 commit 2cb85d3

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

src/datacustomcode/run.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,7 @@ def _set_config_option(config_obj, key: str, value: Optional[str]) -> None:
4343

4444

4545
def _read_streaming_source(config_json: dict) -> Optional[str]:
46-
"""Return the streaming source name from config.json's ``streamingSource``.
47-
"""
46+
"""Return the streaming source name from config.json's ``streamingSource``."""
4847
source = config_json.get("streamingSource")
4948
if not isinstance(source, dict):
5049
return None

0 commit comments

Comments
 (0)