Skip to content

Commit

Permalink
🎨 removed empty line
Browse files Browse the repository at this point in the history
  • Loading branch information
judynah committed Oct 25, 2023
1 parent d144bd6 commit a8c3310
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions viadot/flows/customer_gauge_to_adls.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ def __init__(
adls_sp_credentials_secret: str = None,
overwrite_adls: bool = False,
if_exists: str = "replace",
validate_df_dict: dict = None,
validate_df_dict: dict = None,
timeout: int = 3600,
*args: List[Any],
**kwargs: Dict[str, Any]
Expand Down Expand Up @@ -108,7 +108,7 @@ def __init__(
self.end_date = end_date
self.customer_gauge_credentials_secret = customer_gauge_credentials_secret

#validate_df
# validate_df
self.validate_df_dict = validate_df_dict

# anonymize_df
Expand Down

0 comments on commit a8c3310

Please sign in to comment.