Skip to content

Commit 2232d7a

Browse files
committed
remove fstring
1 parent 65553f1 commit 2232d7a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.generator/cli.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
OUTPUT_DIR = "output"
5656
REPO_DIR = "repo"
5757
SOURCE_DIR = "source"
58-
_GITHUB_BASE = f"https://github.com"
58+
_GITHUB_BASE = "https://github.com"
5959

6060

6161
def _read_text_file(path: str) -> str:

0 commit comments

Comments
 (0)