Skip to content

Commit 9edc6c3

Browse files
authored
Apply black formatting (#122)
1 parent f5473a9 commit 9edc6c3

File tree

7 files changed

+1028
-1017
lines changed

7 files changed

+1028
-1017
lines changed

Diff for: cssselect/__init__.py

+8-3
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)