Skip to content

Commit 47c5fe9

Browse files
committed
Replace TODO with issue #106
1 parent 96c2fe3 commit 47c5fe9

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

tests/test_complexity.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,8 +81,6 @@ def test_glob_depth(self):
8181
max_n=100,
8282
min_n=1,
8383
)
84-
# TODO: why is this operation quadratic when the baseline regex
85-
# complexity is constant?
8684
assert best <= big_o.complexities.Quadratic
8785

8886
@pytest.mark.flaky

0 commit comments

Comments
 (0)