Skip to content

Commit

Permalink
Tidy up imports
Browse files Browse the repository at this point in the history
  • Loading branch information
urschrei committed Jan 5, 2022
1 parent 4952cc6 commit e7b95f3
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions pyzotero/zotero.py
Expand Up @@ -52,17 +52,13 @@
import pytz
import mimetypes
from pathlib import Path

from . import zotero_errors as ze

from collections import OrderedDict
from functools import wraps


from urllib.parse import urlencode
from urllib.parse import urlparse, urlunparse, parse_qsl
from urllib.parse import quote

from collections import OrderedDict
from . import zotero_errors as ze


# Avoid hanging the application if there's no server response
Expand Down

0 comments on commit e7b95f3

Please sign in to comment.