[flake8-async] Make ASYNC110 example error out-of-the-box (#18975)
This commit is contained in:
@@ -16,6 +16,8 @@ use crate::rules::flake8_async::helpers::AsyncModule;
|
||||
///
|
||||
/// ## Example
|
||||
/// ```python
|
||||
/// import asyncio
|
||||
///
|
||||
/// DONE = False
|
||||
///
|
||||
///
|
||||
@@ -26,6 +28,8 @@ use crate::rules::flake8_async::helpers::AsyncModule;
|
||||
///
|
||||
/// Use instead:
|
||||
/// ```python
|
||||
/// import asyncio
|
||||
///
|
||||
/// DONE = asyncio.Event()
|
||||
///
|
||||
///
|
||||
|
||||
Reference in New Issue
Block a user