Skip to content

Commit

Permalink
Update Item doc block
Browse files Browse the repository at this point in the history
  • Loading branch information
Justin Campbell committed Oct 29, 2020
1 parent 4feaaad commit ab3cb8a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions api/ECNQueue.py
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ class Item:
priority: The most recent priority for this item.
department: The most recent department for this item.
dateReceived: The date this item was created.
jsonData: A JSON serializable representation of the Item.
"""

def __init__(self, queue: str, number: int) -> None:
Expand Down

0 comments on commit ab3cb8a

Please sign in to comment.