diff --git a/swh/lister/gitlab/models.py b/swh/lister/gitlab/models.py index 68841bf..2b045a3 100644 --- a/swh/lister/gitlab/models.py +++ b/swh/lister/gitlab/models.py @@ -2,7 +2,7 @@ # License: GNU General Public License version 3, or any later version # See top-level LICENSE file for more information -from sqlalchemy import Column, Integer, String +from sqlalchemy import Column, String from ..core.models import ModelBase