We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Modifiable
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Currently, it's only accessible from pystac_client._utils. We should either make utils public or "export" Modifiable at the top level.
pystac_client._utils
utils
This is needed because the modifier argument to Client.open uses Modifable in its signature.
modifier
Client.open
Modifable
The text was updated successfully, but these errors were encountered:
gadomski
Successfully merging a pull request may close this issue.
Currently, it's only accessible from
pystac_client._utils
. We should either makeutils
public or "export"Modifiable
at the top level.This is needed because the
modifier
argument toClient.open
usesModifable
in its signature.The text was updated successfully, but these errors were encountered: