remove unused imports
This commit is contained in:
parent
107847a4bb
commit
a6762531e8
2 changed files with 1 additions and 7 deletions
|
@ -1,9 +1,7 @@
|
|||
import argparse
|
||||
import logging
|
||||
import json
|
||||
|
||||
from app import app
|
||||
from data import model
|
||||
from data.database import configure, RepositoryNotification, ExternalNotificationMethod
|
||||
|
||||
configure(app.config)
|
||||
|
|
Reference in a new issue