Closed preslavmihaylov closed 3 years ago
There was a linting issue introduced after merging #167. This PR addresses that.
The issue is that package names should not use underscores.
The failing CI steps are ran against the code in master which has the linting issues. The lint on this branch passes as can be seen from the step master / lint (push)
master / lint (push)
There was a linting issue introduced after merging #167. This PR addresses that.
The issue is that package names should not use underscores.