Skip to content

Commit 84b8f5d

Browse files
committed
Remove trailing whitespace from documentation and test files for improved consistency and readability
1 parent 1c9e3c4 commit 84b8f5d

9 files changed

Lines changed: 0 additions & 10 deletions

File tree

bindings/python/docs/development/architecture.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -656,4 +656,3 @@ def download_arcadedb_jars(version, variant="full"):
656656
- [Troubleshooting](troubleshooting.md) - Common issues and solutions
657657
- [JPype Documentation](https://jpype.readthedocs.io/) - JPype library docs
658658
- [ArcadeDB Java API](https://docs.arcadedb.com/) - Underlying Java API
659-

bindings/python/docs/development/troubleshooting.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -844,4 +844,3 @@ else:
844844
- [Architecture](architecture.md) - System architecture and design
845845
- [Database API](../api/database.md) - Core database operations
846846
- [Exceptions API](../api/exceptions.md) - Error handling reference
847-

bindings/python/docs/guide/core/queries.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -925,4 +925,3 @@ for product, count in recommendations:
925925
- [Results API Reference](../../api/results.md) - Working with query results
926926
- [Transactions](../../api/transactions.md) - Transaction management
927927
- [ArcadeDB SQL Reference](https://docs.arcadedb.com/#SQL) - Official SQL documentation
928-

bindings/python/docs/guide/import.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -948,4 +948,3 @@ incremental_import(db, "users.csv", "User", "id")
948948
- [Import Examples](../examples/import.md) - Practical code examples
949949
- [Database API](../api/database.md) - Database operations
950950
- [Transactions](../api/transactions.md) - Transaction management
951-

bindings/python/docs/guide/server.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,4 +76,3 @@ server = arcadedb.create_server(
7676
- **[Graph Operations](graphs.md)**: Visualize graphs in Studio
7777
- **[Vector Search](vectors.md)**: Add vector search to your server
7878
- **[Data Import](import.md)**: Bulk import data into server databases
79-

bindings/python/docs/guide/vectors.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -945,4 +945,3 @@ for vertex, distance in similar:
945945
- [Vector Examples](../examples/vectors.md) - Practical code examples
946946
- [Database API](../api/database.md) - Database operations
947947
- [HNSW Paper](https://arxiv.org/abs/1603.09320) - Original HNSW algorithm
948-

bindings/python/examples/basic.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -694,5 +694,3 @@ def wrapper(*args, **kwargs):
694694
print(f" 🧹 Cleaned up {root_path}")
695695

696696
print("\n👋 Done!\n")
697-
698-

bindings/python/tests/test_concurrency.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,4 +158,3 @@ def test_concurrent_access_limitation(cleanup_db):
158158
print(" 💡 This is BY DESIGN to prevent data corruption!")
159159

160160
db.close()
161-

bindings/python/tests/test_server_patterns.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -617,4 +617,3 @@ def test_http_api_access_pattern(cleanup_test_dirs):
617617

618618
server.stop()
619619
print("\n✅ HTTP API Test Complete!\n")
620-

0 commit comments

Comments
 (0)