Skip to content

Commit

Permalink
Remove if statement
Browse files Browse the repository at this point in the history
  • Loading branch information
gdiepen committed Oct 31, 2023
1 parent 82a0895 commit a473a9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fsspec/implementations/webhdfs.py
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ def __init__(
" token"
)
self.pars["delegation"] = token
if self.user = user
self.user = user
if password is not None:
if self.user is None:
raise ValueError(
Expand Down

0 comments on commit a473a9c

Please sign in to comment.