Skip to content

Commit

Permalink
ruff got me
Browse files Browse the repository at this point in the history
  • Loading branch information
nkshaw23 committed Oct 16, 2024
1 parent 0d7152f commit aed2267
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/driutils/io/duckdb.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,9 @@ class DuckDBS3Reader(DuckDBReader):
"""Concrete Implementation of a DuckDB reader for reading
data from an S3 endpoint"""

def __init__(self, auth_type: str, endpoint_url: Optional[str] = None, use_ssl: bool = True, profiling = False) -> None:
def __init__(
self, auth_type: str, endpoint_url: Optional[str] = None, use_ssl: bool = True, profiling: bool = False
) -> None:
"""Initializes
Args:
Expand Down

0 comments on commit aed2267

Please sign in to comment.