dvershinin / lastversion

Multi-line docstring closing quotes should be on a separate line FLK-D209
Documentation
Minor
5 months ago2 years old
Multi-line docstring closing quotes should be on a separate line
463
464
465def test_tags_only_repo():
466    """A repo may never publish a formal release which results467    in a completely empty releases atom without any formal and non-formal tags
468    See #63"""
469    repo = "https://github.com/lastversion-test-repos/cpython"