style: 代码格式化
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user