diff --git a/slpkg/checks.py b/slpkg/checks.py index ba828d06..68b7e4b5 100644 --- a/slpkg/checks.py +++ b/slpkg/checks.py @@ -6,8 +6,6 @@ from slpkg.utilities import Utilities from slpkg.error_messages import Errors from slpkg.repositories import Repositories -# from slpkg.models.models import SBoTable, PonceTable, BinariesTable - class Check(Configs): """ Some checks before proceed. """