Skip to content

Commit 211e3c5

Browse files
committed
Don't provide default branch in two places
1 parent 3ae2e6d commit 211e3c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bootstrapper/bootstrapper.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ class Bootstrapper:
2525
def __init__(
2626
self,
2727
language: str,
28-
branch: str = "3.13",
28+
branch: str,
2929
logger: logging.Logger = logging.getLogger(),
3030
) -> None:
3131
self.language = language

0 commit comments

Comments
 (0)