Skip to content

Commit

Permalink
finish ResouceDecorator move
Browse files Browse the repository at this point in the history
pylint style fixes
  • Loading branch information
isysd committed Oct 19, 2015
1 parent a3f9dc3 commit 3f754c8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bravado/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -103,8 +103,8 @@ def from_url(cls, spec_url, http_client=None, request_headers=None,
http_client = http_client or RequestsClient()
loader = Loader(http_client, request_headers=request_headers)
spec_dict = loader.load_spec(spec_url)
return cls.from_spec(spec_dict, spec_url, http_client, config,
resource_decorator)
return cls.from_spec(spec_dict, spec_url, http_client, config,
resource_decorator)

@classmethod
def from_spec(cls, spec_dict, origin_url=None, http_client=None,
Expand Down

0 comments on commit 3f754c8

Please sign in to comment.