Skip to content

Commit bb1e42a

Browse files
committed
Fix linter issues
1 parent b656170 commit bb1e42a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python-protocol/adder_v6.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
from typing import Protocol, TypeVar
1+
from typing import Protocol
22

33

44
class Adder(Protocol):

0 commit comments

Comments
 (0)