diff options
| author | Ian Stapleton Cordasco <graffatcolmingov@gmail.com> | 2017-11-25 18:35:18 -0600 |
|---|---|---|
| committer | Ian Stapleton Cordasco <graffatcolmingov@gmail.com> | 2017-11-26 11:25:06 -0600 |
| commit | a3a2539a2328487d6544404b4bfab96a205bfef0 (patch) | |
| tree | c960d11fa58ee2c26fef756f158ea422e8559250 /tests | |
| parent | 9bea7576ac33a8e4f72f87ffa81dfa10256fca6e (diff) | |
| download | flake8-a3a2539a2328487d6544404b4bfab96a205bfef0.tar.gz | |
Fix-up new I202 violations
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/unit/test_setuptools_command.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/unit/test_setuptools_command.py b/tests/unit/test_setuptools_command.py index 40c9733..1c52b2a 100644 --- a/tests/unit/test_setuptools_command.py +++ b/tests/unit/test_setuptools_command.py @@ -1,6 +1,5 @@ """Module containing tests for the setuptools command integration.""" import pytest - from setuptools import dist from flake8.main import setuptools_command |
