Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove 'dont import from this module' messages #539

Merged
merged 1 commit into from Jan 4, 2020
Merged

Conversation

aleju
Copy link
Owner

@aleju aleju commented Dec 30, 2019

The docstring of each module in imgaug.augmenters
previously included a suggestion to not directly
import from that module, but instead use
imgaug.augmenters.. That was due
to the categorization being still unstable.

As the categorization has now been fairly stable
for a long time, the suggestion is removed with
this patch.

The docstring of each module in imgaug.augmenters
previously included a suggestion to not directly
import from that module, but instead use
imgaug.augmenters.<AugmenterName>. That was due
to the categorization being still unstable.

As the categorization has now been fairly stable
for a long time, the suggestion is removed with
this patch.
@codecov-io
Copy link

codecov-io commented Dec 30, 2019

Codecov Report

Merging #539 into master will increase coverage by 0.06%.
The diff coverage is n/a.

@@            Coverage Diff            @@
##           master    #539      +/-   ##
=========================================
+ Coverage   96.33%   96.4%   +0.06%     
=========================================
  Files          37      37              
  Lines       13369   13597     +228     
=========================================
+ Hits        12879   13107     +228     
  Misses        490     490

@aleju aleju merged commit fde962f into master Jan 4, 2020
@aleju aleju deleted the remove_dont_import branch January 4, 2020 10:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants