Skip to content

Commit

Permalink
Update imports from parser.Queue
Browse files Browse the repository at this point in the history
  • Loading branch information
campb303 committed Jun 17, 2021
1 parent 3846d2d commit daf5b98
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/webqueue2api/__init__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
from webqueue2api.parser import Item, Queue, loadQueues
from webqueue2api.parser import Item, Queue, load_queues
from .config import config
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 loadQueues
from .queue import load_queues

# Configuration
from .config import config

0 comments on commit daf5b98

Please sign in to comment.