Skip to content

Commit 4302e2e

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent ca3d0bc commit 4302e2e

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

testing/test_pluginmanager.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,9 @@
33
"""
44

55
import importlib.metadata
6-
from typing import Any, List, Dict
6+
from typing import Any
7+
from typing import Dict
8+
from typing import List
79

810
import pytest
911

0 commit comments

Comments
 (0)