Skip to content

Commit 0b2752d

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 18b379d commit 0b2752d

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Removed falsely deprecated functions from `importlib.resources` in the stdlib checker
1+
Removed falsely deprecated functions from `importlib.resources` in the stdlib checker
22
(read_text, read_binary, open_binary, open_text, path, is_resource).
33

44
Closes #10595

tests/checkers/unittest_stdlib.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,3 @@ def infer_func(
6868
)
6969
with self.assertNoMessages():
7070
self.checker.visit_call(node)
71-
72-
73-
74-

0 commit comments

Comments
 (0)