Skip to content

Commit

Permalink
Pylint fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
T4rk1n committed Oct 31, 2018
1 parent 1aac5b3 commit 4a915a4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions dash/development/base_component.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ class ComponentRegistry(abc.ABCMeta):

component_registry = set()

# pylint: disable=arguments-differ
def __new__(mcs, name, bases, attributes):
component = abc.ABCMeta.__new__(mcs, name, bases, attributes)
if name == 'Component':
Expand Down

0 comments on commit 4a915a4

Please sign in to comment.