increase readability by using f-strings (#1597)
* increase readability by using f-strings * readd merge conflict stuff --------- Co-authored-by: calle <93376500+callebtc@users.noreply.github.com>
This commit is contained in:
parent
58c3b05e29
commit
689c443d72
9 changed files with 33 additions and 57 deletions
|
|
@ -27,7 +27,7 @@ vendored_css = [
|
|||
|
||||
|
||||
def url_for_vendored(abspath: str) -> str:
|
||||
return "/" + os.path.relpath(abspath, LNBITS_PATH)
|
||||
return f"/{os.path.relpath(abspath, LNBITS_PATH)}"
|
||||
|
||||
|
||||
def transpile_scss():
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue