Skip to content
Snippets Groups Projects
Commit 4c52443b authored by Eliott Sammier's avatar Eliott Sammier
Browse files

Clean up unused function

parent c5616c6f
Branches
No related tags found
1 merge request!5Resolve "Parseur par type d'activité"
import filecmp
from lxml import etree from lxml import etree
from rdflib import RDFS, Graph, Literal, URIRef from rdflib import RDFS, Graph, Literal, URIRef
from rdflib.namespace import OWL, RDF from rdflib.namespace import OWL, RDF
...@@ -146,14 +144,6 @@ def is_subsection(id: str): ...@@ -146,14 +144,6 @@ def is_subsection(id: str):
) )
def compare_files(f1: str, f2: str):
log.info(
"Files {} and {} {}.".format(
f1, f2, "are identical" if filecmp.cmp(f1, f2) else "differ"
)
)
def main(): def main():
g = create_graph() g = create_graph()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment