Skip to content

Commit 5e915ae

Browse files
committed
Fix linting issues
1 parent a8d152f commit 5e915ae

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

back/tests/test_api/test_datasets.py

-2
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,10 @@
55
from pathlib import Path
66

77
import pytest
8-
from soundevent.io.aoef import to_aeof
98
from sqlalchemy import select
109
from sqlalchemy.ext.asyncio import AsyncSession
1110

1211
from whombat import api, exceptions, models, schemas
13-
from whombat.api.io import aoef
1412

1513

1614
async def test_created_dataset_is_stored_in_the_database(

0 commit comments

Comments
 (0)