Skip to content

Commit

Permalink
Task 07
Browse files Browse the repository at this point in the history
  • Loading branch information
OluwaninsolaAO committed Apr 23, 2023
1 parent 8caa648 commit 2fd42e8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion models/state.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ class State(BaseModel, Base):
cities = relationship('City', cascade='all, delete', backref='state')
else:
name = ""
cities = []

@property
def cities(self):
Expand Down

0 comments on commit 2fd42e8

Please sign in to comment.