We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 54e9f16 commit b94455eCopy full SHA for b94455e
binary_search_tree/binary_serch_tree.py
@@ -12,7 +12,7 @@ def __init__(self):
12
self._count = 0
13
14
def __len__(self):
15
- """Return size of list
+ """Return size of list.
16
17
Returns:
18
size(int): size of nodes
setup.cfg
@@ -7,7 +7,7 @@ doctests = True
7
enable-extensions = G
8
isort-show-traceback = True
9
10
-ignore = WPS414
+ignore = WPS110
11
[isort]
# See https://github.com/timothycrosley/isort#multi-line-output-modes
0 commit comments