Skip to content

Commit

Permalink
Other auto-formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
jsh9 committed Jul 12, 2023
1 parent 2ef5f9a commit e1cbada
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
## [0.2.0] - 2023-07-12

- Changed
- Rebased `Cercis` to be head to head with `Black` [version 23.7.0](/~https://github.com/psf/black/releases/tag/23.7.0)
- Rebased `Cercis` to be head to head with `Black`
[version 23.7.0](/~https://github.com/psf/black/releases/tag/23.7.0)
- Diff
- /~https://github.com/jsh9/cercis/compare/0.1.7...0.2.0

Expand Down
2 changes: 1 addition & 1 deletion src/cercis/strings.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
from functools import lru_cache
from typing import Final, List, Match, Pattern

from cercis._width_table import WIDTH_TABLE
from blib2to3.pytree import Leaf
from cercis._width_table import WIDTH_TABLE

STRING_PREFIX_CHARS: Final = "furbFURB" # All possible string prefix characters.
STRING_PREFIX_RE: Final = re.compile(
Expand Down
3 changes: 1 addition & 2 deletions src/cercis/trans.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,12 @@
Union,
)

from cercis.indent import Indent

from mypy_extensions import trait

from blib2to3.pgen2 import token
from blib2to3.pytree import Leaf, Node
from cercis.comments import contains_pragma_comment
from cercis.indent import Indent
from cercis.lines import Line, append_leaves
from cercis.mode import Feature, Mode
from cercis.nodes import (
Expand Down

0 comments on commit e1cbada

Please sign in to comment.