Skip to content

Commit 4d78e01

Browse files
committed
add fixme to notebook_generator
1 parent 44ae52f commit 4d78e01

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

jupyterlab_leetcode/utils/notebook_generator.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,7 @@ def __populate_test(self, q):
112112

113113
def __extract_type(self, code) -> list[str]:
114114
_, args = self.__parse_code(code)
115+
# FIXME: args: `root1: Optional[TreeNode], root2: Optional[TreeNode]` will extract type `Optional, T`
115116
return self.typing_regex.findall(args)
116117

117118
def __populate_code(self, q):

0 commit comments

Comments
 (0)