mirror of
https://github.com/reddit-archive/reddit.git
synced 2026-01-25 23:08:22 -05:00
promote.py: Remove unused CAMPAIGN object.
This commit is contained in:
@@ -48,7 +48,6 @@ from uuid import uuid1
|
||||
STATUS = Enum("unpaid", "unseen", "accepted", "rejected",
|
||||
"pending", "promoted", "finished")
|
||||
|
||||
CAMPAIGN = Enum("start", "end", "bid", "sr", "trans_id")
|
||||
|
||||
UPDATE_QUEUE = 'update_promos_q'
|
||||
QUEUE_ALL = 'all'
|
||||
|
||||
Reference in New Issue
Block a user