Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 712b2ee

Browse files
committed
LINT
1 parent 65384e5 commit 712b2ee

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pytoshop/user/nested_layers.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ def layer_color(self):
111111
@layer_color.setter
112112
def layer_color(self, value):
113113
if (not isinstance(value, int) or
114-
value < 0 or value > 7):
114+
value < 0 or value > 7):
115115
raise ValueError(
116116
"Layer color must be in range 0-7"
117117
)

0 commit comments

Comments
 (0)