Skip to content

Commit ebee7a7

Browse files
authored
Merge branch 'master' into add_support_for_has
2 parents 41a0f7f + 9edc6c3 commit ebee7a7

File tree

8 files changed

+1021
-1005
lines changed

8 files changed

+1021
-1005
lines changed

cssselect/__init__.py

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,15 @@
1313
1414
"""
1515

16-
from cssselect.parser import (parse, Selector, FunctionalPseudoElement,
17-
SelectorError, SelectorSyntaxError)
16+
from cssselect.parser import (
17+
parse,
18+
Selector,
19+
FunctionalPseudoElement,
20+
SelectorError,
21+
SelectorSyntaxError,
22+
)
1823
from cssselect.xpath import GenericTranslator, HTMLTranslator, ExpressionError
1924

2025

21-
VERSION = '1.1.0'
26+
VERSION = "1.1.0"
2227
__version__ = VERSION

0 commit comments

Comments
 (0)