Skip to content

Commit 8a3c304

Browse files
Useless library
Requires additional pip install
1 parent 6b99292 commit 8a3c304

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

examples/simple.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,8 @@
11
from flask import Flask, render_template
22
from flask_googlemaps import GoogleMaps, Map, icons
3-
from dynaconf import FlaskDynaconf
43

54
app = Flask(__name__)
65
GoogleMaps(app)
7-
FlaskDynaconf(app)
86

97

108
@app.route("/")

0 commit comments

Comments
 (0)