Skip to content

Commit 81ec0f0

Browse files
authored
Fix import in code generation api template (#891)
1 parent 37f9716 commit 81ec0f0

File tree

1 file changed

+0
-1
lines changed
  • backend/plugin/code_generator/templates/python

1 file changed

+0
-1
lines changed

backend/plugin/code_generator/templates/python/api.jinja

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ from backend.common.security.jwt import DependsJwtAuth
1515
from backend.common.security.permission import RequestPermission
1616
from backend.common.security.rbac import DependsRBAC
1717
from backend.database.db import CurrentSession, CurrentSessionTransaction
18-
from backend.database.db import CurrentSession
1918

2019
router = APIRouter()
2120

0 commit comments

Comments
 (0)