We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dfe3f0d commit beed685Copy full SHA for beed685
microSALT/utils/pubmlst/client.py
@@ -21,7 +21,7 @@
21
should_skip_endpoint,
22
)
23
from microSALT.utils.pubmlst.constants import RequestType, HTTPMethod, ResponseHandler
24
-from microSALT.utils.pubmlst.exceptions import PUBMLSTError, SessionTokenRequestError
+from microSALT.utils.pubmlst.exceptions import PubMLSTError, SessionTokenRequestError
25
from microSALT.utils.pubmlst.authentication import load_session_credentials
26
from microSALT.utils.pubmlst.authentication import get_new_session_token
27
from microSALT import logger
0 commit comments