fix: Apply ruff formatting to factories.py
- Removed unnecessary blank lines in factories.py - Fixed formatting to pass CI checks 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
parent
1f61587279
commit
562cc50f3b
1 changed files with 4 additions and 2 deletions
|
|
@ -260,6 +260,7 @@ class DatabaseDriverFactory:
|
||||||
else:
|
else:
|
||||||
# Create default Neo4j configuration
|
# Create default Neo4j configuration
|
||||||
from config.schema import Neo4jProviderConfig
|
from config.schema import Neo4jProviderConfig
|
||||||
|
|
||||||
neo4j_config = Neo4jProviderConfig()
|
neo4j_config = Neo4jProviderConfig()
|
||||||
|
|
||||||
return {
|
return {
|
||||||
|
|
@ -282,6 +283,7 @@ class DatabaseDriverFactory:
|
||||||
else:
|
else:
|
||||||
# Create default FalkorDB configuration
|
# Create default FalkorDB configuration
|
||||||
from config.schema import FalkorDBProviderConfig
|
from config.schema import FalkorDBProviderConfig
|
||||||
|
|
||||||
falkor_config = FalkorDBProviderConfig()
|
falkor_config = FalkorDBProviderConfig()
|
||||||
|
|
||||||
return {
|
return {
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue