Skip to content

Commit

Permalink
Fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
facelessuser committed Nov 30, 2022
1 parent 1cc494a commit 792d566
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion soupsieve/css_match.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
from . import css_types as ct
import unicodedata
import bs4 # type: ignore[import]
from typing import Iterator, Iterable, Any, Optional, Callable, Sequence, cast
from typing import Iterator, Iterable, Any, Optional, Callable, Sequence, cast # noqa: F401

# Empty tag pattern (whitespace okay)
RE_NOT_EMPTY = re.compile('[^ \t\r\n\f]')
Expand Down

0 comments on commit 792d566

Please sign in to comment.