style: 代码格式化

This commit is contained in:
2025-12-13 21:47:37 +08:00
parent a0b327cdbb
commit baa7ac8ee9
64 changed files with 755 additions and 573 deletions

View File

@@ -1,6 +1,7 @@
"""
Unit tests for algorithm modules: BaseAlgorithm, SM2Algorithm
"""
import pytest
from datetime import datetime, timezone
@@ -203,4 +204,4 @@ class TestSM2Algorithm:
# Test with None orbital
with pytest.raises(TypeError):
algorithm.process_review(electron, None, 3)
algorithm.process_review(electron, None, 3)