Skip to content

Commit 90367a8

Browse files
committed
Misspelled lib
1 parent 514fcf2 commit 90367a8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

fairworkflows/fairstep.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ def __init__(self, name: str = None, computational_type: str = None, semantic_ty
5151
self.computational_type = computational_type
5252

5353
if uri:
54-
self._uri = rdlib.URIRef(uri)
54+
self._uri = rdflib.URIRef(uri)
5555
else:
5656
step_base_uri, _ = urldefrag(stepuri)
5757
self._uri = rdflib.Namespace(step_base_uri)['#' + name]

0 commit comments

Comments
 (0)