diff options
Diffstat (limited to 'src/flake8/checker.py')
| -rw-r--r-- | src/flake8/checker.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/flake8/checker.py b/src/flake8/checker.py index 6170d88..a08f39c 100644 --- a/src/flake8/checker.py +++ b/src/flake8/checker.py @@ -367,7 +367,7 @@ class FileChecker(object): :param options: Parsed option values from config and command-line. :type options: - optparse.Values + argparse.Namespace """ self.options = options self.filename = filename |
