Skip to content

Commit

Permalink
Pylint ignore constant class name.
Browse files Browse the repository at this point in the history
  • Loading branch information
bujniewicz committed Oct 23, 2016
1 parent 9564799 commit 4aae88f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion devourer/async.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
DEFAULT_ASYNC_TIMEOUT = 5.0

# Default executor class.
DEFAULT_EXECUTOR = ThreadPoolExecutor
DEFAULT_EXECUTOR = ThreadPoolExecutor # pylint: disable=invalid-name

# Default number of executors for an API instance.
DEFAULT_EXECUTORS = 2
Expand Down

0 comments on commit 4aae88f

Please sign in to comment.