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 65553f1 commit 2232d7aCopy full SHA for 2232d7a
.generator/cli.py
@@ -55,7 +55,7 @@
55
OUTPUT_DIR = "output"
56
REPO_DIR = "repo"
57
SOURCE_DIR = "source"
58
-_GITHUB_BASE = f"https://github.com"
+_GITHUB_BASE = "https://github.com"
59
60
61
def _read_text_file(path: str) -> str:
0 commit comments