codezoned / PyFry

Deep fry images using OpenCV and Python in an instant
12 stars 8 forks source link

comments and indentation changes #16

Open bhadreshpsavani opened 4 years ago

bhadreshpsavani commented 4 years ago
# Description

I have done changes related to indentation and spacing,
used proper comments specially docstrings to define the function use(Single line and multiline) 
removed  few hardcoded commented lines which may not be used in future

Fixes # (issue 12)

## Type of change
- [ ] Code Refactoring and structuring