gitlab/models.py: drop unused import

This commit is contained in:
Stefano Zacchiroli 2018-10-01 15:53:04 +02:00
parent 26d855c796
commit 0417c0c61a

View file

@ -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