Skip to content

Commit

Permalink
Ran isort
Browse files Browse the repository at this point in the history
  • Loading branch information
dmerejkowsky committed Mar 12, 2024
1 parent 2aebf63 commit ee19094
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tbump/test/test_cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@
import pytest
import tomlkit

from tbump.cli import run as run_tbump, NotANewVersion
from tbump.cli import NotANewVersion
from tbump.cli import run as run_tbump
from tbump.config import ConfigNotFound, InvalidConfig
from tbump.error import Error
from tbump.file_bumper import (
Expand Down

0 comments on commit ee19094

Please sign in to comment.