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() { postgres_ready() {
python << END python << END
import sys import sys
from time import sleep
import psycopg2 import psycopg2
try: try:
conn = psycopg2.connect( conn = psycopg2.connect(

View File

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