Skip to content

Commit 527505e

Browse files
authored
Rename checkers/async.py to async_checker.py to import from another module (#10060)
1 parent 5c59b48 commit 527505e

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

doc/whatsnew/fragments/10071.breaking

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
The ``async.py`` checker module has been renamed to ``async_checker.py`` since ``async`` is a Python keyword
2+
and cannot be imported directly. This allows for better testing and extensibility of the async checker functionality.
3+
4+
Refs #10071
File renamed without changes.

0 commit comments

Comments
 (0)