Skip to content

Commit

Permalink
replicating typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Robbie1977 authored Oct 22, 2024
1 parent c04f941 commit 88d5c31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/uk/ac/ebi/vfb/neo4j/flybase2neo/add_refs_for_anat.py
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ def commit(self):
self.node_writer.statements = list(set(self.node_writer.statements))

# Remove duplicates from the edge writer statements
self.edge_writer.statements = list(set(self.edge_writer.statements))
self.edge_witer.statements = list(set(self.edge_witer.statements))

# Commit the unique statements
self.node_writer.commit(chunk_length=1000, verbose=True)
Expand Down

0 comments on commit 88d5c31

Please sign in to comment.