Skip to content

Commit 44bf554

Browse files
committed
Fix Ruff
1 parent 47e8a11 commit 44bf554

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg_resources/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
import time
2828
import re
2929
import types
30-
from typing import Any, Callable, Dict, Iterable, List, Protocol, Optional, TypeVar
30+
from typing import Callable, Dict, Iterable, List, Protocol, Optional, TypeVar
3131
import zipfile
3232
import zipimport
3333
import warnings

0 commit comments

Comments
 (0)