Skip to content

Commit 7b08dbf

Browse files
committed
Add back pytest_asyncio import
1 parent d36553f commit 7b08dbf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/_async/test_parser.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
import json
44
import warnings
55

6-
import pytest
6+
import pytest_asyncio
77

88
from geojson_aoi._async.parser import parse_aoi_async
99

0 commit comments

Comments
 (0)