Skip to content

Commit

Permalink
Simplify import statement
Browse files Browse the repository at this point in the history
  • Loading branch information
campb303 committed Jun 9, 2021
1 parent 92f7377 commit f060381
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/webqueue2api/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1 @@
from webqueue2api.parser import Item
from webqueue2api.parser import Queue
from webqueue2api.parser import loadQueues
from webqueue2api.parser import Item, Queue, loadQueues

0 comments on commit f060381

Please sign in to comment.