mirror of
https://github.com/kennethreitz/neon-api-python.git
synced 2026-06-05 22:50:18 +00:00
Update NeonAPIException class name to NeonAPIError and comment out unused code in conf.py
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
from requests.exceptions import HTTPError
|
||||
|
||||
|
||||
class NeonAPIException(HTTPError):
|
||||
class NeonAPIError(HTTPError):
|
||||
pass
|
||||
|
||||
Reference in New Issue
Block a user