Skip to content

Commit 904e0e3

Browse files
Update azure-kusto-data/azure/kusto/data/helpers.py
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 8af53a4 commit 904e0e3

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

azure-kusto-data/azure/kusto/data/helpers.py

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,8 @@
1010
# Alias for dataframe_from_result_table converter type
1111
Converter = Dict[str, Union[str, Callable[[str, "pd.DataFrame"], "pd.Series"]]]
1212

13-
a = ("sdd"
14-
""
15-
"dsds")
13+
a = "sdddsds"
14+
1615

1716
def load_bundled_json(file_name: str) -> Dict:
1817
filename = Path(__file__).absolute().parent.joinpath(file_name)

0 commit comments

Comments
 (0)