Skip to content

Commit

Permalink
fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
krokicki committed Oct 19, 2024
1 parent 583a614 commit de1e36a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zarrcade/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ class Settings(BaseSettings):
proxies: List[FileProxy] = []
exclude_paths: List[str] = []
filters: List[Filter] = []
title_column_name: str = None
title_column_name: str | None = None
hide_columns: Set[str] = set()

model_config = SettingsConfigDict(
Expand Down

0 comments on commit de1e36a

Please sign in to comment.