Skip to content

Commit

Permalink
Export get_queue_counts for QueueList resource
Browse files Browse the repository at this point in the history
  • Loading branch information
campb303 committed Jun 21, 2021
1 parent 30be281 commit 74c7453
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/webqueue2api/parser/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
from .queue import Queue

# Utilities
from .queue import load_queues
from .queue import load_queues, get_queue_counts

# Configuration
from .config import config

0 comments on commit 74c7453

Please sign in to comment.