mirror of
https://github.com/lnbits/lnbits.git
synced 2025-09-27 20:36:16 +02:00
remove unused function
This commit is contained in:
@@ -25,7 +25,6 @@ from .helpers import (
|
||||
get_css_vendored,
|
||||
get_js_vendored,
|
||||
get_valid_extensions,
|
||||
removeEmptyString,
|
||||
template_renderer,
|
||||
url_for_vendored,
|
||||
)
|
||||
|
@@ -153,10 +153,6 @@ def url_for(endpoint: str, external: Optional[bool] = False, **params: Any) -> s
|
||||
return url
|
||||
|
||||
|
||||
def removeEmptyString(arr):
|
||||
return list(filter(None, arr))
|
||||
|
||||
|
||||
def template_renderer(additional_folders: List = []) -> Jinja2Templates:
|
||||
|
||||
t = Jinja2Templates(
|
||||
|
Reference in New Issue
Block a user