Conversation
|
Thanks. A few questions:
|
|
Thanks for your remarks! I had to investigate a bit for the For the additional formatting:
|
pygbif/occurrences/download.py
Outdated
| import datetime | ||
| from requests import auth | ||
| import requests | ||
| import pygbif |
There was a problem hiding this comment.
import pygbif ? I've not seen this in a python package before, importing the package that you're already in? curious what does that do?
There was a problem hiding this comment.
Yeah, I don't like it much neither. I think a good explanation lies there: https://stackoverflow.com/questions/42862042/in-python-how-to-import-from-the-init-py-in-the-same-directory
I'll try to rearrange things a bit further so we don't need to import from init.py.
|
Makes sense on the imports - had another question above about importing pygbif.^ |
|
thanks! |
Description
Some minor cleanup.