Skip to content

Commit 0d7bcc6

Browse files
committed
Fix
1 parent a311cbc commit 0d7bcc6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/legacy_test/utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,7 @@ def convert_place(place: PlaceType) -> str:
236236
return place
237237

238238

239-
def get_places(
239+
def get_places2(
240240
func: FuncType = lambda: True, isStr: bool = False
241241
) -> list[PlaceType]:
242242
places: list[PlaceType] = []

0 commit comments

Comments
 (0)