Skip to content

Commit

Permalink
Fix typing issue
Browse files Browse the repository at this point in the history
  • Loading branch information
jelmer committed Oct 3, 2023
1 parent c9726cd commit 8096d7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dulwich/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -2210,7 +2210,7 @@ def __init__(
import urllib3.util

basic_auth = urllib3.util.make_headers(basic_auth=credentials)
self.pool_manager.headers.update(basic_auth)
self.pool_manager.headers.update(basic_auth) # type: ignore

self.config = config

Expand Down

0 comments on commit 8096d7d

Please sign in to comment.