1
0
mirror of https://github.com/quay/quay.git synced 2025-12-07 09:02:18 +03:00

fix all the docstrings

This commit is contained in:
alecmerdler
2020-02-05 19:55:07 -08:00
parent 17e6736575
commit 3dd5f045ff
463 changed files with 8851 additions and 5003 deletions

View File

@@ -3,8 +3,8 @@ from collections import namedtuple
class Repository(namedtuple("Repository", ["namespace_name", "name"])):
"""
Repository represents a repository.
"""
Repository represents a repository.
"""
class Notification(
@@ -21,5 +21,5 @@ class Notification(
)
):
"""
Notification represents a registered notification of some kind.
"""
Notification represents a registered notification of some kind.
"""