Skip to content

Commit 15689fb

Browse files
committed
update task
1 parent d1c3583 commit 15689fb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

0x0F-python-object_relational_mapping/5-filter_cities.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -71,9 +71,9 @@ def get_cities(av):
7171
# execute raw sql
7272
# """
7373
# SELECT cities.name FROM states
74-
#INNER JOIN cities ON states.id = cities.state_id
75-
#WHERE states.name = %s
76-
#ORDER BY cities.id ASC
74+
# INNER JOIN cities ON states.id = cities.state_id
75+
# WHERE states.name = %s
76+
# ORDER BY cities.id ASC
7777
# """
7878
rows = "cities.name"
7979
tables = "cities"

0 commit comments

Comments
 (0)