Skip to content

Commit 80f1b46

Browse files
committed
minor
1 parent 57bfe25 commit 80f1b46

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

services/web/server/tests/unit/with_dbs/02/test_projects_crud_handlers__list_with_query_params.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,10 @@
77
import json
88
import random
99
from collections import UserDict
10+
from collections.abc import Iterator
1011
from copy import deepcopy
1112
from pathlib import Path
12-
from typing import Any, Iterator
13+
from typing import Any
1314

1415
import pytest
1516
import sqlalchemy as sa

0 commit comments

Comments
 (0)