Skip to content

Commit 7f4570c

Browse files
🎨 Auto format
1 parent f707c11 commit 7f4570c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/conftest.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
import shutil
22
import subprocess
33
import sys
4+
from collections.abc import Generator
45
from dataclasses import dataclass, field
56
from pathlib import Path
6-
from typing import Any, Callable, Dict, Generator, List, Union
7+
from typing import Any, Callable, Dict, List, Union
78
from unittest.mock import patch
89

910
import pytest

0 commit comments

Comments
 (0)