Linting python scripts
Signed-off-by: Jiri Podivin <jpodivin@redhat.com>
This commit is contained in:
parent
5e0ad1134d
commit
f513e7cbcd
29 changed files with 17 additions and 43 deletions
|
@ -13,20 +13,18 @@ requires:
|
|||
|
||||
# These two lines are needed to run on EL6
|
||||
__requires__ = ['SQLAlchemy >= 0.7']
|
||||
import pkg_resources
|
||||
|
||||
|
||||
import contextlib
|
||||
import json
|
||||
import os
|
||||
import shutil
|
||||
import sys
|
||||
import tempfile
|
||||
|
||||
|
||||
# Database related part
|
||||
|
||||
from sqlalchemy import Column, ForeignKey, Integer, Text, create_engine
|
||||
from sqlalchemy import Column, Integer, Text, create_engine
|
||||
from sqlalchemy.ext.declarative import declarative_base
|
||||
from sqlalchemy.orm import sessionmaker
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue