gitlab/models.py: drop unused import
This commit is contained in:
parent
26d855c796
commit
0417c0c61a
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue