Skip to content

Commit 6b688af

Browse files
committed
[rdf_converter.py/RDFWriter] Remove Comment
1 parent a502115 commit 6b688af

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

odml/tools/rdf_converter.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,9 +43,6 @@ def __init__(self, odml_documents):
4343

4444
self.section_subclasses = {}
4545

46-
# TODO doc/section_subclasses.yaml has to be exported on install, otherwise
47-
# the RDFWriter is broken. Below is a quick and dirty fix to at least
48-
# unbreak on install.
4946
subclass_path = os.path.join(dirname(dirname(dirname(abspath(__file__)))),
5047
'doc', 'section_subclasses.yaml')
5148

0 commit comments

Comments
 (0)