Skip to content
This repository has been archived by the owner on Mar 24, 2024. It is now read-only.

Commit

Permalink
Browse files Browse the repository at this point in the history
flake8
  • Loading branch information
lsbardel committed Mar 1, 2019
1 parent f35b6f6 commit e782911
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion openapi/spec/server.py
Expand Up @@ -16,7 +16,6 @@ def default_server(request):


def server_urls(request, paths):
spec = get_spec(request)
base_path = request.app['cli'].base_path
n = len(base_path)
base_url = get_spec(request)['servers'][0]['url']
Expand Down
2 changes: 1 addition & 1 deletion openapi/spec/spec.py
Expand Up @@ -9,7 +9,7 @@
from aiohttp import web

from .exceptions import InvalidTypeException, InvalidSpecException
from .path import ApiPath, full_url
from .path import ApiPath
from .utils import load_yaml_from_docstring, trim_docstring
from ..data import fields
from ..data.exc import (
Expand Down

0 comments on commit e782911

Please sign in to comment.