Skip to content

Commit a0114b1

Browse files
JacobCoffeeclaude
andcommitted
remove unused case import from main views
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent e61dc73 commit a0114b1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cabotage/server/main/views.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
from flask import render_template, Blueprint
22
from flask_login import current_user
3-
from sqlalchemy import case, func
3+
from sqlalchemy import func
44
from sqlalchemy.orm import joinedload
55

66
from cabotage.server import db

0 commit comments

Comments
 (0)