Skip to content

Commit

Permalink
Update formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
akaihola committed Mar 2, 2024
1 parent 7e563fb commit 829b250
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion src/darker/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@

from darkgraylib.config import BaseConfig, ConfigurationError


UnvalidatedConfig = Dict[str, Union[List[str], str, bool, int]]


Expand Down
2 changes: 1 addition & 1 deletion src/darker/diff.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@

from darker.multiline_strings import find_overlap
from darker.utils import DiffChunk
from darkgraylib.diff import validate_opcodes, diff_and_get_opcodes
from darkgraylib.diff import diff_and_get_opcodes, validate_opcodes
from darkgraylib.utils import TextDocument

logger = logging.getLogger(__name__)
Expand Down

0 comments on commit 829b250

Please sign in to comment.