Skip to content

Commit 6090df8

Browse files
committed
Remove dangling variable from Kosync class
1 parent 38f9c3a commit 6090df8

File tree

1 file changed

+0
-1
lines changed
  • root/app/calibre-web/cps

1 file changed

+0
-1
lines changed

root/app/calibre-web/cps/ub.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -574,7 +574,6 @@ class Kosync(Base):
574574

575575
id = Column(Integer, primary_key=True)
576576
user_id = Column(Integer, ForeignKey('user.id'))
577-
username =
578577
document_hash = Column(String)
579578
progress = Column(String)
580579
percentage = Column(Float)

0 commit comments

Comments
 (0)