Skip to content

Commit

Permalink
Set username default to None
Browse files Browse the repository at this point in the history
  • Loading branch information
burnash committed Mar 25, 2024
1 parent 6e02d1d commit b9bb0d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dlt/sources/helpers/rest_client/auth.py
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ def __call__(self, request: PreparedRequest) -> PreparedRequest:

@configspec
class HttpBasicAuth(AuthConfigBase):
username: str = ""
username: str = None
password: TSecretStrValue = None

def parse_native_representation(self, value: Any) -> None:
Expand Down

0 comments on commit b9bb0d3

Please sign in to comment.