joshjaysalazar / AutoRGB

A Python script to quickly process an image through different HSV values
GNU General Public License v3.0
1 stars 1 forks source link

put in a docblock for convert_image() #10

Closed jjooxxdd closed 1 year ago

jjooxxdd commented 1 year ago

put in a rest style docblock in convert_image()

joshjaysalazar commented 1 year ago

A few of those lines are over the 80 character limit. Can you rewrite the lines that are too long to conform to PEP-8 standards?