summaryrefslogtreecommitdiff
path: root/pylint/test/extensions/test_emptystring.py
diff options
context:
space:
mode:
authorPierre Sassoulas <pierre.sassoulas@gmail.com>2019-03-09 11:22:36 +0100
committerClaudiu Popa <pcmanticore@gmail.com>2019-03-20 09:07:35 +0100
commit5ab140ac3b3dda6f32e0f73aeec09abf015ea30f (patch)
treee0f633c7e63f7e0183c676c4d9e94d7986309b88 /pylint/test/extensions/test_emptystring.py
parenta422e9750843f3b41a6919b9a5fa2c7d54593394 (diff)
downloadpylint-git-5ab140ac3b3dda6f32e0f73aeec09abf015ea30f.tar.gz
Style - Apply isort on all apllicable files
Diffstat (limited to 'pylint/test/extensions/test_emptystring.py')
-rw-r--r--pylint/test/extensions/test_emptystring.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/pylint/test/extensions/test_emptystring.py b/pylint/test/extensions/test_emptystring.py
index c935b3bb8..c7ff30b50 100644
--- a/pylint/test/extensions/test_emptystring.py
+++ b/pylint/test/extensions/test_emptystring.py
@@ -11,6 +11,7 @@
"""
import os.path as osp
+
import pytest
from pylint.extensions.emptystring import CompareToEmptyStringChecker