Skip to content

Commit

Permalink
Clean up plugin API Importer docstrings
Browse files Browse the repository at this point in the history
  • Loading branch information
dralley committed Feb 22, 2018
1 parent 16ea955 commit 131ae9a
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions plugin/pulpcore/plugin/models/importer.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,8 @@ class Importer(PlatformImporter):
"""
The base settings used to sync content.
This is meant to be subclassed by plugin authors as an opportunity to provide:
* Add persistent data attributes for a plugin importer subclass
This is meant to be subclassed by plugin authors as an opportunity to provide plugin-specific
persistent data attributes for a plugin importer subclass.
This object is a Django model that inherits from :class: `pulpcore.app.models.Importer` which
provides the platform persistent attributes for an importer object. Plugin authors can add
Expand Down

0 comments on commit 131ae9a

Please sign in to comment.