Skip to content

Commit

Permalink
Merge pull request #22 from masterdatascience-UIMP-UC/DashaEscobar-pa…
Browse files Browse the repository at this point in the history
…tch-2

Correct flake8 errors in controllers  that fixes #18
  • Loading branch information
orviz authored Mar 7, 2022
2 parents 53d7ba8 + 39b725b commit 2b9afce
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
4 changes: 1 addition & 3 deletions openapi_server/controllers/app_controller.py
Original file line number Diff line number Diff line change
@@ -1,14 +1,12 @@
from typing import List, Dict
from aiohttp import web

from openapi_server.models.ml_app import MLApp
from openapi_server import util


async def get_ml_app_by_name(request: web.Request, appname) -> web.Response:
"""Get ML application by name
Some description of the operation. You can use `markdown` here.
Some description of the operation. You can use `markdown` here.
:param appname: The name that needs to be fetched
:type appname: str
Expand Down
2 changes: 0 additions & 2 deletions openapi_server/controllers/security_controller_.py
Original file line number Diff line number Diff line change
@@ -1,2 +0,0 @@
from typing import List

0 comments on commit 2b9afce

Please sign in to comment.