mirror of
https://github.com/aljazceru/bitfinex-api-py.git
synced 2026-01-18 13:14:21 +01:00
1.3 KiB
1.3 KiB
Description
Motivation and Context
Related Issue
PR fixes the following issue:
Type of change
- Bug fix (non-breaking change which fixes an issue);
- New feature (non-breaking change which adds functionality);
- Breaking change (fix or feature that would cause existing functionality to not work as expected);
- This change requires a documentation update;
Checklist:
- I've done a self-review of my code;
- I've made corresponding changes to the documentation;
- I've made sure my changes generate no warnings;
- mypy returns no errors when run on the root package;
- I've run black to format my code;
- I've run isort to format my code's import statements;
- flake8 reports no errors when run on the entire code base;