diff options
| author | Anthony Sottile <asottile@umich.edu> | 2019-01-24 02:14:46 -0800 |
|---|---|---|
| committer | Anthony Sottile <asottile@umich.edu> | 2019-01-24 02:15:25 -0800 |
| commit | 3127d213f6dcc23e6f638d3e5c8cb9c10cac763a (patch) | |
| tree | 580e4c127269c1e6dcaf8684053e3ba29120f217 /src/flake8/plugins | |
| parent | 03ea38df168036a38aff7af916c07c05fe1f2eb2 (diff) | |
| download | flake8-3127d213f6dcc23e6f638d3e5c8cb9c10cac763a.tar.gz | |
Some lint / mypy fixes
Diffstat (limited to 'src/flake8/plugins')
| -rw-r--r-- | src/flake8/plugins/manager.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/flake8/plugins/manager.py b/src/flake8/plugins/manager.py index 045cfd7..28b4b35 100644 --- a/src/flake8/plugins/manager.py +++ b/src/flake8/plugins/manager.py @@ -315,7 +315,7 @@ class PluginManager(object): # pylint: disable=too-few-public-methods def version_for(plugin): - # (Plugin) -> Union[str, NoneType] + # (Plugin) -> Optional[str] """Determine the version of a plugin by its module. :param plugin: |
