Skip to content

Commit ea16a89

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent f492fde commit ea16a89

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

traitlets/traitlets.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1291,8 +1291,6 @@ class HasDescriptors(metaclass=MetaHasDescriptors):
12911291
"""The base class for all classes that have descriptors."""
12921292

12931293
def __new__(cls, /, *args: t.Any, **kwargs: t.Any) -> Self:
1294-
1295-
12961294
# This is needed because object.__new__ only accepts
12971295
# the cls argument.
12981296
new_meth = super(HasDescriptors, cls).__new__

0 commit comments

Comments
 (0)