Skip to content

Commit

Permalink
Apply black formatting (#122)
Browse files Browse the repository at this point in the history
  • Loading branch information
pcorpet committed Jul 26, 2021
1 parent f5473a9 commit 9edc6c3
Show file tree
Hide file tree
Showing 7 changed files with 1,028 additions and 1,017 deletions.
11 changes: 8 additions & 3 deletions cssselect/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,15 @@
"""

from cssselect.parser import (parse, Selector, FunctionalPseudoElement,
SelectorError, SelectorSyntaxError)
from cssselect.parser import (
parse,
Selector,
FunctionalPseudoElement,
SelectorError,
SelectorSyntaxError,
)
from cssselect.xpath import GenericTranslator, HTMLTranslator, ExpressionError


VERSION = '1.1.0'
VERSION = "1.1.0"
__version__ = VERSION

0 comments on commit 9edc6c3

Please sign in to comment.