Marauders-9998 / Attendance-Management-using-Face-Recognition

A Desktop App made in Python to handle tasks related to Attendance Management of an Institute
GNU General Public License v3.0
31 stars 29 forks source link

Autocomplete Feature Corrected #31

Closed NiharikaVadlamudi closed 3 years ago

NiharikaVadlamudi commented 3 years ago
Vibhu-Agarwal commented 3 years ago

@NiharikaVadlamudi Please go to the File changed tab and self-review the PR once. It seems that the whole file is changed. I'm unable to spot the exact (and intended) changes made in this PR.

Hint: It seems you're using a different code-formatter than the repository's preferred one - black. Apply code-formatting through black on the file and make a commit :)

If you're using pyproject.toml as your dependency-file, you can install the dev dependencies as well: https://github.com/Marauders-9998/Attendance-Management-using-Face-Recognition/blob/18b3b19e44bc4c9bca87e3a2ca2835b529648838/pyproject.toml#L15-L17