mirror of
https://github.com/github/codeql.git
synced 2025-12-16 16:53:25 +01:00
Bazel: fix typo
This commit is contained in:
@@ -34,7 +34,7 @@ def options():
|
||||
class Endpoint:
|
||||
name: str
|
||||
href: str
|
||||
ssh: typing.Opional[str] = None
|
||||
ssh: typing.Optional[str] = None
|
||||
headers: typing.Dict[str, str] = dataclasses.field(default_factory=dict)
|
||||
|
||||
def update_headers(self, d: typing.Iterable[typing.Tuple[str, str]]):
|
||||
|
||||
Reference in New Issue
Block a user