Skip to content

Commit

Permalink
Fix module imports
Browse files Browse the repository at this point in the history
  • Loading branch information
campb303 committed Mar 22, 2021
1 parent 26a3dff commit 4430d31
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion webqueue2_api/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
from webqueue2_api import api, ECNQueue
from . import api, ECNQueue
2 changes: 1 addition & 1 deletion webqueue2_api/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
from ldap.filter import escape_filter_chars
# pylint says this is an error but it works so ¯\_(ツ)_/¯
from ldap import INVALID_CREDENTIALS as LDAP_INVALID_CREDENTIALS
import ECNQueue
from . import ECNQueue

# Load envrionment variables for ./.env
dotenv.load_dotenv()
Expand Down

0 comments on commit 4430d31

Please sign in to comment.