mirror of https://github.com/docker/compose.git
Remove redundant import
Signed-off-by: Mazz Mosley <mazz@houseofmnowster.com>
This commit is contained in:
parent
75600e37ad
commit
3906bd067e
|
@ -79,7 +79,7 @@ framework and increments a value in Redis:
|
|||
|
||||
from flask import Flask
|
||||
from redis import Redis
|
||||
import os
|
||||
|
||||
app = Flask(__name__)
|
||||
redis = Redis(host='redis', port=6379)
|
||||
|
||||
|
|
Loading…
Reference in New Issue