Skip to content

Commit c9e5959

Browse files
committed
(ruff format)
1 parent 06a38a7 commit c9e5959

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

python/example-pytest-selfie/tests/cache_selfie_test.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,3 @@ def random_str() -> str:
1010
def test_cache_selfie():
1111
cache_selfie(lambda: str(random.random())).to_be("0.46009462251400757")
1212
cache_selfie(random_str).to_be("0.6134874512330031")
13-
14-

0 commit comments

Comments
 (0)