Skip to content

Commit

Permalink
Fix Python 3.8 compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
achimnol committed Jun 12, 2024
1 parent b392be6 commit f017a6a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
import sys
import traceback
import uuid
from collections.abc import AsyncIterator, Awaitable, Callable
from typing import Any, Dict
from collections.abc import AsyncIterator, Callable
from typing import Any, Awaitable, Dict

import pytest
from packaging.version import parse as parse_version
Expand Down

0 comments on commit f017a6a

Please sign in to comment.