-
Notifications
You must be signed in to change notification settings - Fork 36
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #40 from proz89/reformat-multiple-searching-bump-v…
…ersions-py-3-13 reformat according to pep; allow multiple doctor-locator searching; b…
- Loading branch information
Showing
11 changed files
with
19,532 additions
and
377 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,126 @@ | ||
[ | ||
{ | ||
"id": 70, | ||
"name": "Białystok" | ||
}, | ||
{ | ||
"id": 12, | ||
"name": "Bielsk Podlaski" | ||
}, | ||
{ | ||
"id": 100, | ||
"name": "Bielsko-Biała" | ||
}, | ||
{ | ||
"id": 10, | ||
"name": "Bydgoszcz" | ||
}, | ||
{ | ||
"id": 84, | ||
"name": "Częstochowa" | ||
}, | ||
{ | ||
"id": 63, | ||
"name": "Elbląg" | ||
}, | ||
{ | ||
"id": 60, | ||
"name": "Gorzów Wielkopolski" | ||
}, | ||
{ | ||
"id": 88, | ||
"name": "Inowrocław" | ||
}, | ||
{ | ||
"id": 101, | ||
"name": "Kalisz" | ||
}, | ||
{ | ||
"id": 17, | ||
"name": "Katowice - Gliwice - Tychy" | ||
}, | ||
{ | ||
"id": 85, | ||
"name": "Kłobuck" | ||
}, | ||
{ | ||
"id": 43, | ||
"name": "Konin" | ||
}, | ||
{ | ||
"id": 71, | ||
"name": "Kostrzyn nad Odrą" | ||
}, | ||
{ | ||
"id": 3, | ||
"name": "Kraków" | ||
}, | ||
{ | ||
"id": 49, | ||
"name": "Lublin" | ||
}, | ||
{ | ||
"id": 87, | ||
"name": "Lubliniec" | ||
}, | ||
{ | ||
"id": 89, | ||
"name": "Łomża" | ||
}, | ||
{ | ||
"id": 4, | ||
"name": "Łódź" | ||
}, | ||
{ | ||
"id": 80, | ||
"name": "Mielec" | ||
}, | ||
{ | ||
"id": 99, | ||
"name": "Nowa Sól" | ||
}, | ||
{ | ||
"id": 112, | ||
"name": "Nowy Sącz" | ||
}, | ||
{ | ||
"id": 20, | ||
"name": "Olsztyn" | ||
}, | ||
{ | ||
"id": 21, | ||
"name": "Opole" | ||
}, | ||
{ | ||
"id": 8, | ||
"name": "Poznań" | ||
}, | ||
{ | ||
"id": 74, | ||
"name": "Rzeszów" | ||
}, | ||
{ | ||
"id": 24, | ||
"name": "Szczecin" | ||
}, | ||
{ | ||
"id": 73, | ||
"name": "Toruń" | ||
}, | ||
{ | ||
"id": 45, | ||
"name": "Trójmiasto" | ||
}, | ||
{ | ||
"id": 81, | ||
"name": "Wałbrzych" | ||
}, | ||
{ | ||
"id": 1, | ||
"name": "Warszawa" | ||
}, | ||
{ | ||
"id": 5, | ||
"name": "Wrocław" | ||
} | ||
] |
Oops, something went wrong.