Skip to content

Commit

Permalink
more repo cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
riccardobl committed Sep 7, 2024
1 parent 2ee3d36 commit 10700fd
Show file tree
Hide file tree
Showing 7 changed files with 5 additions and 76 deletions.
1 change: 0 additions & 1 deletion .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@
"settings": {
"python.analysis.extraPaths": ["/home/vscode/lnbits"],
"python.pythonPath": "/home/vscode/python"
// "python.pythonPath": "/opt/python/bin/python3.9"
}
}
},
Expand Down
5 changes: 4 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,7 @@ node_modules
.pytest_cache
.ruff_cache
.mypy_cache
data
data
.vscode
package.json
package-lock.json
1 change: 0 additions & 1 deletion .vscode/settings.json

This file was deleted.

61 changes: 0 additions & 61 deletions package-lock.json

This file was deleted.

8 changes: 0 additions & 8 deletions package.json

This file was deleted.

2 changes: 0 additions & 2 deletions tasks.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,6 @@
from loguru import logger

from .crud import get_config_nwc, get_nwc, tracked_spend_nwc

# from .crud import log_nwc
from .execution_queue import execution_queue
from .models import NWCKey
from .nwcp import NWCServiceProvider
Expand Down
3 changes: 1 addition & 2 deletions views.py
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
from fastapi import APIRouter, Depends, Request
from starlette.responses import HTMLResponse

from lnbits.core.models import User
from lnbits.decorators import check_admin, check_user_exists
from lnbits.helpers import template_renderer
from starlette.responses import HTMLResponse


def nwcprovider_renderer():
Expand Down

0 comments on commit 10700fd

Please sign in to comment.