Skip to content

Commit

Permalink
fixed linting
Browse files Browse the repository at this point in the history
  • Loading branch information
roll committed Aug 21, 2017
1 parent a4cffc4 commit 55ab876
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion datapackage/helpers.py
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ def dereference_resource_descriptor(descriptor, base_path, base_descriptor=None)
response = requests.get(value)
response.raise_for_status()
descriptor[property] = response.json()
except Exception as exception:
except Exception:
raise exceptions.DataPackageException(
'Not resolved Remote URI "%s" '
'for resource.%s' % (value, property))
Expand Down

0 comments on commit 55ab876

Please sign in to comment.