Skip to content

Commit

Permalink
Fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
nwiltsie committed Oct 2, 2024
1 parent d500bee commit b5a2e22
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/test_versionfiles.py
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
"""Tests for the bumpchanges module."""

from bumpchanges.updatefiles import update_file

import pytest

from bumpchanges.updatefiles import update_file


# A list of tuples. The first element represents the existing version string in
# a file, and the second represents the expected text once the version has been
Expand Down

0 comments on commit b5a2e22

Please sign in to comment.