Skip to content
This repository has been archived by the owner on Aug 31, 2022. It is now read-only.

Commit

Permalink
remove whitespace, remove limitation in readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
timwis committed Nov 22, 2015
1 parent b8a532b commit be0851d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 0 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,3 @@ Wrap up when you're finished.
## Run tests

$ ./runtests tests/

## TODO and known issues
- Currently, the client does not support dataset creation. A new import API is under construction, and being tracked [here](https://github.com/socrata/soda-ruby/issues/13).
2 changes: 1 addition & 1 deletion sodapy/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,7 @@ def _perform_request(self, request_type, resource, **kwargs):
kwargs["timeout"] = 10

response = getattr(self.session, request_type)(uri, **kwargs)

# handle errors
if response.status_code not in (200, 202):
_raise_for_status(response)
Expand Down

0 comments on commit be0851d

Please sign in to comment.