Skip to content

Commit

Permalink
fix import
Browse files Browse the repository at this point in the history
  • Loading branch information
azliu0 committed Sep 11, 2024
1 parent 1e53c41 commit 470a74c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions server/models/ticket.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@
from sqlalchemy import Column, Integer, Boolean, Text, String, ForeignKey, ARRAY, DateTime
from sqlalchemy.orm import relationship

from server.controllers.queue import claimed


class Ticket(db.Model):
__tablename__ = "tickets"
Expand Down

0 comments on commit 470a74c

Please sign in to comment.