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 c1c57ac commit 35610f6Copy full SHA for 35610f6
1 file changed
data/tests/test_parser.py
@@ -1,6 +1,8 @@
1
import pytest
2
from typing import List
3
4
+from data.parser import parse_urls
5
+
6
7
def test_parse_urls():
8
urls = parse_urls()
0 commit comments