Skip to content

Commit

Permalink
Disable too many instance attributes
Browse files Browse the repository at this point in the history
  • Loading branch information
benjreinhart committed Apr 8, 2021
1 parent e0ba74a commit e00363a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions superset/utils/async_query_manager.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,8 @@ def increment_id(redis_id: str) -> str:


class AsyncQueryManager:
# pylint: disable=too-many-instance-attributes

MAX_EVENT_COUNT = 100
STATUS_PENDING = "pending"
STATUS_RUNNING = "running"
Expand Down

0 comments on commit e00363a

Please sign in to comment.