Skip to content

Commit

Permalink
Delete unused argument
Browse files Browse the repository at this point in the history
  • Loading branch information
FlorianBracq committed Jan 8, 2025
1 parent 108d737 commit 1934b2e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions msticpy/data/drivers/azure_kusto_driver.py
Original file line number Diff line number Diff line change
Expand Up @@ -184,6 +184,7 @@ def __init__(
(can be overridden in connect method)
"""
del kwargs
super().__init__(data_environment=data_environment, max_threads=max_threads)
if debug:
logger.setLevel(logging.DEBUG)
Expand Down

0 comments on commit 1934b2e

Please sign in to comment.