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