Skip to content

Commit ad29707

Browse files
Fix PEP8
1 parent b5917ac commit ad29707

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

cms/db/user.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -108,8 +108,8 @@ class User(Base):
108108

109109
participations = relationship(
110110
"Participation",
111-
cascade = "all, delete-orphan",
112-
passive_deletes = True,
111+
cascade="all, delete-orphan",
112+
passive_deletes=True,
113113
back_populates="user")
114114

115115

0 commit comments

Comments
 (0)