Skip to content

Commit

Permalink
MAINT: adding SubqueriedConstraint to the public API, so sphinx shoul…
Browse files Browse the repository at this point in the history
…d be happy now
  • Loading branch information
bsipocz committed Jun 28, 2024
1 parent 8a726d6 commit e9c370f
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions pyvo/registry/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,12 @@

from .regtap import search, ivoid2service, get_RegTAP_query, choose_RegTAP_service

from .rtcons import (Constraint,
from .rtcons import (Constraint, SubqueriedConstraint,
Freetext, Author, Servicetype, Waveband, Datamodel, Ivoid,
UCD, Spatial, Spectral, Temporal, RegTAPFeatureMissing)

__all__ = ["search", "get_RegTAP_query", "Constraint", "Freetext", "Author",
__all__ = ["search", "get_RegTAP_query", "Constraint", "SubqueriedConstraint",
"Freetext", "Author",
"Servicetype", "Waveband", "Datamodel", "Ivoid", "UCD",
"Spatial", "Spectral", "Temporal",
"choose_RegTAP_service", "RegTAPFeatureMissing"]

0 comments on commit e9c370f

Please sign in to comment.