Skip to content

Commit

Permalink
Reformat comment
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathangreen committed Mar 14, 2023
1 parent 1880b56 commit c30f8fe
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions toml_sort/tomlsort.py
Original file line number Diff line number Diff line change
Expand Up @@ -126,9 +126,8 @@ def coalesce_tables(
class TomlSortKeys:
"""Keeps track of the Keys for a particular TomlSortItem.
We use this to keep track of the full path of an item
so that we can find the configuration overrides that
apply to it.
We use this to keep track of the full path of an item so that we can
find the configuration overrides that apply to it.
"""

keys: List[Key]
Expand Down

0 comments on commit c30f8fe

Please sign in to comment.