Skip to content

Commit d6988e5

Browse files
authored
Merge pull request #2 from joshirajaram/test_branch
remove comments
2 parents 4b85b56 + 3e60675 commit d6988e5

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

backend/app/api/routes/items.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,6 @@
77
from app.api.deps import CurrentUser, SessionDep
88
from app.models import Item, ItemCreate, ItemPublic, ItemsPublic, ItemUpdate, Message
99

10-
# Test: Comment line to trigger webhook
11-
# Add another comment line to trigger webhook
12-
1310
router = APIRouter(prefix="/items", tags=["items"])
1411

1512

0 commit comments

Comments
 (0)