Skip to content

Commit

Permalink
making description optional
Browse files Browse the repository at this point in the history
  • Loading branch information
Ndifreke committed Feb 11, 2022
1 parent f33cde0 commit d6927fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion livestyled/models/banner.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ def __init__(
id: int or str,
language: str,
title: str,
description: str or None,
url: str or None,
description: str or None = None,
subtitle: Optional[str] = None,
button_label: Optional[str] = None,
image_url: Optional[str] = None
Expand Down

0 comments on commit d6927fd

Please sign in to comment.