Skip to content

Commit

Permalink
Fixed duplicated color
Browse files Browse the repository at this point in the history
  • Loading branch information
LucaCappelletti94 committed Apr 26, 2024
1 parent 84799d4 commit 3e4011e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions pyinaturalist/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -116,8 +116,7 @@
'pink': '#f1a2a9',
'brown': '#967662',
'grey': '#b8b0ac',
'black': '#000000',
'grey': '#777',
'black': '#000000'
}

@dataclass
Expand Down

0 comments on commit 3e4011e

Please sign in to comment.