Closed Gregory-Pereira closed 2 years ago
what is the status of this? can we release it with the next milestone?
what is the status of this? can we release it with the next milestone?
It is under Review. The changes are not for release, it is a simple type fix. This a minor PR.
@Gregory-Pereira is this good to approve?
[APPROVALNOTIFIER] This PR is APPROVED
This pull-request has been approved by: harshad16
The full list of commands accepted by this bot can be found here.
The pull request process is described here
Related Issues and Dependencies
Related to thoth-station/s2i-generic-data-science-notebook issue 48, although this will not address that issue. This bugfix came up in the process of addressing that issue.
This introduces a breaking change
This Pull Request implements
The package
_unicodefun
was removed fromclick
, and this did not work with Black v 22.0.1. Therefore I bumped the version of Black to the next version for which it would work (v22.3.0).Additionally typing the
self.__repo
asgit.Repo
with no default value to address tests.