Skip to content

Commit

Permalink
Fix import order
Browse files Browse the repository at this point in the history
  • Loading branch information
grewn0uille committed Jan 19, 2024
1 parent b8be8d1 commit 58bb63e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tinycss2/parser.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
from itertools import chain

from .ast import AtRule, Declaration, ParseError, QualifiedRule
from .tokenizer import parse_component_value_list

from itertools import chain


def _to_token_iterator(input, skip_comments=False):
"""Iterate component values out of string or component values iterable.
Expand Down

0 comments on commit 58bb63e

Please sign in to comment.