Skip to content

Commit

Permalink
fix linting
Browse files Browse the repository at this point in the history
  • Loading branch information
mogres committed Sep 27, 2023
1 parent 8a42eb9 commit 01424f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cellpack/autopack/interface_objects/default_values.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"pick_mode": "linear",
"description": "Linear gradient in the X direction",
"reversed": False, # is the direction of the vector reversed?
"invert": False, # is the gradient inverted? (this does weights = 1 - weights)
"invert": False, # is the gradient inverted? (this does weights = 1 - weights)
"mode_settings": {},
"weight_mode_settings": {},
}

0 comments on commit 01424f2

Please sign in to comment.