We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 58088b6 commit e451f2bCopy full SHA for e451f2b
misc/bazel/internal/git_lfs_probe.py
@@ -34,7 +34,7 @@ def options():
34
class Endpoint:
35
name: str
36
href: str
37
- ssh: typing.Opional[str] = None
+ ssh: typing.Optional[str] = None
38
headers: typing.Dict[str, str] = dataclasses.field(default_factory=dict)
39
40
def update_headers(self, d: typing.Iterable[typing.Tuple[str, str]]):
0 commit comments