Remove unnecssary import in celerybeat start files

This commit is contained in:
Andrew-Chen-Wang 2020-04-14 12:04:41 -04:00
parent 9e007699c9
commit dd0e7c0c80
2 changed files with 0 additions and 2 deletions

View File

@ -9,7 +9,6 @@ rm -f './celerybeat.pid'
postgres_ready() {
python << END
import sys
from time import sleep
import psycopg2
try:
conn = psycopg2.connect(

View File

@ -7,7 +7,6 @@ set -o nounset
postgres_ready() {
python << END
import sys
from time import sleep
import psycopg2
try:
conn = psycopg2.connect(