Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Sep 14, 2022
1 parent ea2032b commit 63f30eb
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions traitlets/traitlets.py
Expand Up @@ -1008,7 +1008,6 @@ def setup_class(cls, classdict):
cls._all_trait_default_generators[name] = trait.default



def observe(*names, type="change"):
"""A decorator which can be used to observe Traits on a class.
Expand Down Expand Up @@ -1225,7 +1224,6 @@ def setup_instance(*args, **kwargs):
descriptor.instance_init(self)



class HasTraits(HasDescriptors, metaclass=MetaHasTraits):
_trait_values: t.Dict[str, t.Any]
_trait_notifiers: t.Dict[str, t.Any]
Expand Down

0 comments on commit 63f30eb

Please sign in to comment.