Skip to content

Commit 68c42df

Browse files
Remove unusued FAIRSTEP_PREDICATES constant
1 parent ef73401 commit 68c42df

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

fairworkflows/fairstep.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,6 @@
1111
from fairworkflows import namespaces
1212
from fairworkflows.rdf_wrapper import RdfWrapper, replace_in_rdf
1313

14-
FAIRSTEP_PREDICATES = [RDF.type, namespaces.PPLAN.hasInputVar,
15-
namespaces.PPLAN.hasOutputVar, DCTERMS.description, RDFS.label]
16-
1714

1815
class FairVariable:
1916
"""Represents a variable.

0 commit comments

Comments
 (0)