Updated for comments

This commit is contained in:
Dimitris Zlatanidis 2023-05-08 18:15:30 +03:00
parent db93d14966
commit cb0bd7aa65

View file

@ -18,7 +18,9 @@ from slpkg.models.models import (SBoTable, PonceTable,
class UpdateRepository(Configs):
""" Deletes and install the data. """
""" Updates the local repositories and install the data
into the database.
"""
def __init__(self, flags: list, repository: str):
super(Configs, self).__init__()