Added typing.List import to leetcode template

This commit is contained in:
strNophix 2022-09-03 15:56:19 +02:00
parent 749f7846a5
commit 5e3a66aa45

View File

@ -1,3 +1,4 @@
from typing import List
import pytest