jayvdb / sre-tools

Imported name is not used anywhere in the module PY-W2000
Anti-pattern
Major
1 occurrence in this check
Unused import sre_parse
 1from __future__ import unicode_literals
 2
 3import re
 4import sre_parse 5import unittest
 6
 7from sre_tools.analyse import check_regex