Skip to content

Commit 460d515

Browse files
committed
fix: ensure newline at end of file in test_graph_memory.py
- Added a newline at the end of the file to comply with standard coding practices. - Maintained existing functionality while adhering to the principle of minimal code change.
1 parent 9b6b9b2 commit 460d515

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/praisonai/tests/unit/test_graph_memory.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,4 +165,4 @@ def main():
165165
print(" docker run -p 7687:7687 memgraph/memgraph-mage:latest")
166166

167167
if __name__ == "__main__":
168-
main()
168+
main()

0 commit comments

Comments
 (0)