summaryrefslogtreecommitdiff
path: root/doc/development_guide/how_tos
diff options
context:
space:
mode:
Diffstat (limited to 'doc/development_guide/how_tos')
-rw-r--r--doc/development_guide/how_tos/custom_checkers.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/development_guide/how_tos/custom_checkers.rst b/doc/development_guide/how_tos/custom_checkers.rst
index ab44f06bd..0951f71f1 100644
--- a/doc/development_guide/how_tos/custom_checkers.rst
+++ b/doc/development_guide/how_tos/custom_checkers.rst
@@ -320,6 +320,7 @@ We can use the example code that we used for debugging as our test cases.
.. code-block:: python
+ import astroid
import my_plugin
import pylint.testutils