Skip to content

Commit

Permalink
fix: Import from typing
Browse files Browse the repository at this point in the history
  • Loading branch information
setu4993 committed Feb 14, 2025
1 parent ec93b2a commit ae96a53
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tests/conftest.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
from collections.abc import Generator
from pathlib import Path
from typing import Callable, List, Optional
from typing import Callable, Generator, List, Optional
from unittest.mock import Mock, patch
from uuid import UUID, uuid4

Expand Down

0 comments on commit ae96a53

Please sign in to comment.