Fix flake8 warnings

This commit is contained in:
Thomas Sileo 2018-05-27 22:47:33 +02:00
parent 443378a057
commit ff95e6773e
4 changed files with 4 additions and 4 deletions

View file

@ -21,7 +21,6 @@ from config import PUBLIC_INSTANCES
import tasks import tasks
from typing import List, Optional, Dict, Any, Union from typing import List, Optional, Dict, Any, Union
from typing import TypeVar
logger = logging.getLogger(__name__) logger = logging.getLogger(__name__)

View file

@ -1,4 +1,4 @@
version: '3' version: '2'
services: services:
celery: celery:
build: . build: .

View file

@ -15,6 +15,7 @@ services:
- MICROBLOGPUB_MONGODB_HOST=mongo:27017 - MICROBLOGPUB_MONGODB_HOST=mongo:27017
- MICROBLOGPUB_DEBUG=1 - MICROBLOGPUB_DEBUG=1
celery: celery:
# image: "instance1_web"
build: . build: .
links: links:
- mongo - mongo

View file

@ -1,4 +1,4 @@
version: '3' version: '2'
services: services:
web: web:
build: . build: .