Fix indentation in docs

This commit is contained in:
Hynek Schlawack 2020-08-21 12:13:12 +02:00
parent 82b9e92f25
commit d02b76de16
1 changed files with 3 additions and 3 deletions

View File

@ -66,12 +66,12 @@ At the moment, the best workaround is to hold your nose, write a fake mypy plugi
attr_attrib_makers.add("my_module.method_looks_like_attrib")
class MyPlugin(Plugin):
# Our plugin does nothing but it has to exist so this file gets loaded.
pass
# Our plugin does nothing but it has to exist so this file gets loaded.
pass
def plugin(version):
return MyPlugin
return MyPlugin
Then tell mypy about your plugin using your project's ``mypy.ini``: