Skip to content

Commit

Permalink
Autoformat code
Browse files Browse the repository at this point in the history
  • Loading branch information
dbirman authored and github-actions[bot] committed Mar 22, 2024
1 parent bec48cf commit 47614e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/vbl_aquarium/models/urchin.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ class AtlasModel(VBLBaseModel):
visible: List[bool]
colors: List[Color]
sides: List[int]
colormap: str = ''
colormap: str = ""
intensities: List[float] = []
alphas: List[float]
materials: List[str]
Expand Down

0 comments on commit 47614e3

Please sign in to comment.