Skip to content

Commit 3676822

Browse files
committed
formating using ruff format
1 parent e54351b commit 3676822

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

api/app/environments/infra/environment_settings_model.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,9 @@ class EnvironmentSettings(Base):
2525
nullable=False,
2626
index=True,
2727
)
28-
settings = Column(JSONBCompat, nullable=False) # list of {key, value, description, type}
28+
settings = Column(
29+
JSONBCompat, nullable=False
30+
) # list of {key, value, description, type}
2931

3032
environment = relationship("Environment", back_populates="environment_settings")
3133
organization = relationship("Organization", back_populates="environment_settings")

0 commit comments

Comments
 (0)