dvershinin / lastversion

Missing module/function docstring PY-D0003
Documentation
Minor
1 occurrence in this check
Docstring missing for get_assets
 88                ret.update(formal_release)
 89        return ret
 90
 91    def get_assets(self, release, short_urls, assets_filter=None): 92        urls = []
 93        assets = release.get('assets', []).get('links', [])
 94        arch_matched_assets = []