Skip to content

Commit 87dd8c3

Browse files
committed
uncommit suggestion
1 parent b745226 commit 87dd8c3

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

scripts/enforce_match_arg_in_assert_produces_warning.py

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,7 @@
1515

1616
import argparse
1717
import ast
18-
from typing import TYPE_CHECKING
19-
...
20-
if TYPE_CHECKING:
21-
from collections.abc import Sequence
18+
from collections.abc import Sequence
2219
import sys
2320

2421
ERROR_MESSAGE = (

0 commit comments

Comments
 (0)