Thanks for taking the time to contribute to this open source project 👍.
Please open a GitHub pull request with a clear list of changes made (read more about pull requests).
Always write a clear commit message. Larger changes should follow the below structure:
$ git commit -m "A brief summary of the commit
>
> A paragraph describing what changed and its impact."Unit tests should be written where applicable using the Pytest framework.