mirror of
https://github.com/quay/quay.git
synced 2025-07-30 07:43:13 +03:00
chore: drop deprecated tables and remove unused code (PROJQUAY-522) (#2089)
* chore: drop deprecated tables and remove unused code * isort imports * migration: check for table existence before drop
This commit is contained in:
committed by
GitHub
parent
e72773bbce
commit
5f63b3a7bb
@ -1,14 +1,12 @@
|
||||
import unittest
|
||||
import json
|
||||
import time
|
||||
|
||||
import unittest
|
||||
from functools import wraps
|
||||
from threading import Thread, Lock
|
||||
from threading import Lock, Thread
|
||||
|
||||
from app import app
|
||||
from data.queue import WorkQueue
|
||||
from initdb import wipe_database, initialize_database, populate_database
|
||||
|
||||
from initdb import initialize_database, populate_database, wipe_database
|
||||
|
||||
QUEUE_NAME = "testqueuename"
|
||||
|
||||
|
Reference in New Issue
Block a user