Skip to content

Commit 242a7af

Browse files
committed
Fix black formatting in pyproject_versions.py
- Remove trailing whitespace - Ensure proper spacing between functions
1 parent e33c528 commit 242a7af

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/pyproject_versions.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ def main():
149149
action="store_true",
150150
help="Check version coherence across all bumpver-managed files",
151151
)
152-
152+
153153
# Parse arguments - all arguments are optional, so this works fine with no args
154154
args = parser.parse_args()
155155

0 commit comments

Comments
 (0)