Skip to content

Commit

Permalink
temp
Browse files Browse the repository at this point in the history
  • Loading branch information
hvitved committed May 7, 2024
1 parent 114869d commit 4836ada
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions misc/bazel/internal/git_lfs_probe.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@
@dataclass
class Endpoint:
href: str
headers: dict[str, str]
headers: dict

def update_headers(self, d: dict[str, str]):
def update_headers(self, d: dict):
self.headers.update((k.capitalize(), v) for k, v in d.items())


Expand Down

0 comments on commit 4836ada

Please sign in to comment.