diff options
| author | Anthony Sottile <asottile@umich.edu> | 2021-03-30 02:27:03 +0000 |
|---|---|---|
| committer | Anthony Sottile <asottile@umich.edu> | 2021-03-30 02:27:03 +0000 |
| commit | 00f92087dac5b49acde245be91253dc14b612000 (patch) | |
| tree | 84759b62e11c2d829d38416a3cbb7a4a6a0650ce /setup.py | |
| parent | 01d72d89b14d2377a25b2aa98415dbf145be7d8f (diff) | |
| parent | 8ba8bc9fed37eaa36141b11ba226b81db363ca40 (diff) | |
| download | flake8-00f92087dac5b49acde245be91253dc14b612000.tar.gz | |
Merge branch 'yesqa' into 'master'
remove unused noqa comments
See merge request pycqa/flake8!469
Diffstat (limited to 'setup.py')
| -rw-r--r-- | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -5,6 +5,6 @@ import sys import setuptools -sys.path.insert(0, os.path.join(os.path.dirname(__file__), 'src')) # noqa +sys.path.insert(0, os.path.join(os.path.dirname(__file__), 'src')) setuptools.setup() |
