Skip to content

Commit

Permalink
remove leading space in function definition
Browse files Browse the repository at this point in the history
  • Loading branch information
jack89roberts committed Sep 18, 2023
1 parent cf0f897 commit 00e6161
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion distinctipy/colorblind.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ def rgb2xyz(rgb):


def xyz2rgb(xyz):

x = xyz[0]
y = xyz[1]
z = xyz[2]
Expand Down

0 comments on commit 00e6161

Please sign in to comment.