diff --git a/echo-master/echo_api/__pycache__/api.cpython-38.pyc b/echo-master/echo_api/__pycache__/api.cpython-38.pyc index 029110f..3f1ada8 100644 Binary files a/echo-master/echo_api/__pycache__/api.cpython-38.pyc and b/echo-master/echo_api/__pycache__/api.cpython-38.pyc differ diff --git a/echo-master/echo_api/api.py b/echo-master/echo_api/api.py index 597fc7a..197ea1f 100644 --- a/echo-master/echo_api/api.py +++ b/echo-master/echo_api/api.py @@ -1,6 +1,4 @@ import flask - -from flask import Flask from flask_restful import Resource, Api, request, abort from flask_cors import CORS, cross_origin