diff options
author | Dani Alcala <112832187+clavedeluna@users.noreply.github.com> | 2022-10-27 09:34:25 -0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-10-27 14:34:25 +0200 |
commit | d295b71bfe25103620c99796aed077152e2e1966 (patch) | |
tree | bf4d6ce69e1cfd9f84097af04725a5da4c3d96cb /doc/data/messages/p/preferred-module/good.py | |
parent | efc9033b8dcc953f68b1ab202e668a7ae80feac9 (diff) | |
download | pylint-git-d295b71bfe25103620c99796aed077152e2e1966.tar.gz |
Add doc example for various messages (#7684)
* add docs for non-str-assignment
* add docs for nonlocal
* add docs for not-a-mapping
* add docs for possibly unused var
* add docs for preferred module
* add docs for redundant return doc
Diffstat (limited to 'doc/data/messages/p/preferred-module/good.py')
-rw-r--r-- | doc/data/messages/p/preferred-module/good.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/data/messages/p/preferred-module/good.py b/doc/data/messages/p/preferred-module/good.py index c40beb573..20b15530d 100644 --- a/doc/data/messages/p/preferred-module/good.py +++ b/doc/data/messages/p/preferred-module/good.py @@ -1 +1 @@ -# This is a placeholder for correct code for this message. +import requests |