We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e2d4634 commit e3b7390Copy full SHA for e3b7390
app/routes/v2/latest.py
@@ -1,6 +1,5 @@
1
from flask import request, jsonify
2
from ...routes import api_v2 as api
3
-from ...data import data_source
4
5
@api.route('/latest')
6
def latest():
app/routes/v2/locations.py
@@ -1,7 +1,6 @@
from flask import jsonify, request
from distutils.util import strtobool
@api.route('/locations')
7
def locations():
0 commit comments