Skip to content

Commit 4f43e5f

Browse files
format
1 parent 1533562 commit 4f43e5f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/unit/config_test.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@ def test_expansion_validation():
5656
with pytest.raises(ValueError):
5757
_ = BaseConfigExpansion(python_versions=("1.f.0",))
5858

59+
5960
def test_min_py_version():
6061
conf = BaseConfig(python_versions=("5.5.5", "1.1.1", "9.9.9"))
6162
assert conf.min_py_version == "1.1.1"

0 commit comments

Comments
 (0)