Skip to content

Commit efe0879

Browse files
committed
chore: remove accidentally committed test file
1 parent 3d96f38 commit efe0879

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

koerce/tests/test_y.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -135,13 +135,11 @@ def test_instance_of():
135135
# return float(x) + float(y)
136136

137137

138-
139138
# @annotated
140139
# def bar(x: int, y: str) -> float:
141140
# return float(x) + float(y)
142141

143142

144-
145143
# def test_e():
146144
# foo(1, y="3.14")
147145

0 commit comments

Comments
 (0)