summaryrefslogtreecommitdiff
path: root/tests/test_match.py
diff options
context:
space:
mode:
authorRaphaël Barrois <raphael.barrois@polytechnique.org>2020-07-07 09:58:53 +0200
committerRaphaël Barrois <raphael.barrois@polytechnique.org>2020-07-07 09:58:53 +0200
commit7ccc7244103d84e228f23b0bffa225c2d2f3d295 (patch)
tree3735a51e85d872f13557bed2bde3231931206bec /tests/test_match.py
parenta7742f06bcc507d659b97f1513781ddfddeff734 (diff)
downloadsemantic-version-7ccc7244103d84e228f23b0bffa225c2d2f3d295.tar.gz
Linting.
Add missing blank lines.
Diffstat (limited to 'tests/test_match.py')
-rwxr-xr-xtests/test_match.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/test_match.py b/tests/test_match.py
index f807828..6851eb2 100755
--- a/tests/test_match.py
+++ b/tests/test_match.py
@@ -12,6 +12,7 @@ import semantic_version
class MatchTestCase(unittest.TestCase):
if sys.version_info[0] <= 2:
import contextlib
+
@contextlib.contextmanager
def subTest(self, **kwargs):
yield