File tree Expand file tree Collapse file tree 3 files changed +3
-231
lines changed Expand file tree Collapse file tree 3 files changed +3
-231
lines changed Original file line number Diff line number Diff line change @@ -60,8 +60,9 @@ tests = [
60
60
Repository = " https://github.com/German-BioImaging/omero-rdf"
61
61
Changelog = " https://github.com/German-BioImaging/omero-rdf/blob/master/CHANGES.txt"
62
62
63
- [project .entry-points ."omero_rdf .annotation_handler" ]
64
- idr_annotations = " omero_rdf.idr_annotations:IDRAnnotationHandler"
63
+ # Subplugins should register there entrypoints like this:
64
+ # [project.entry-points."omero_rdf.annotation_handler"]
65
+ # idr_annotations = "omero_rdf_wikidata.idr_annotations:IDRAnnotationHandler"
65
66
66
67
[tool .setuptools ]
67
68
package-dir = {"" = " src" }
Original file line number Diff line number Diff line change @@ -322,8 +322,6 @@ def load_handlers(self) -> Handlers:
322
322
for ep in eps .get ("omero_rdf.annotation_handler" , []):
323
323
ah_loader = ep .load ()
324
324
annotation_handlers .append (ah_loader (self ))
325
- # We know there are some built in handlers
326
- assert len (annotation_handlers ) >= 1
327
325
return annotation_handlers
328
326
329
327
def load_server (self ) -> Any :
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments