Skip to content

Commit af8bf5a

Browse files
jeremymanningclaude
andcommitted
Fix code formatting with black
Applied black formatting to all cost monitoring files to ensure consistent code style. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent f13b13a commit af8bf5a

File tree

5 files changed

+0
-5
lines changed

5 files changed

+0
-5
lines changed

clustrix/cost_monitoring.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -379,4 +379,3 @@ def get_pricing_info(provider: str) -> Optional[Dict[str, float]]:
379379
if monitor:
380380
return monitor.get_pricing_info()
381381
return None
382-

clustrix/cost_providers/aws.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -306,4 +306,3 @@ def _calculate_cost_optimization_score(self) -> float:
306306
# - Reserved instance coverage
307307
# For now, return a placeholder
308308
return 75.0
309-

clustrix/cost_providers/azure.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -339,4 +339,3 @@ def _calculate_cost_optimization_score(self) -> float:
339339
# - Auto-shutdown configurations
340340
# For now, return a placeholder
341341
return 72.0
342-

clustrix/cost_providers/gcp.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -366,4 +366,3 @@ def _calculate_cost_optimization_score(self) -> float:
366366
# - Committed use discount opportunities
367367
# For now, return a placeholder
368368
return 78.0
369-

clustrix/cost_providers/lambda_cloud.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -255,4 +255,3 @@ def estimate_monthly_cost(
255255
"monthly_cost_24x7": hourly_rate * 24 * 30, # 24/7 usage
256256
"instance_type": instance_type,
257257
}
258-

0 commit comments

Comments
 (0)