From 14d33bf53a1325d25c87eed0fcea389b4ed8c9d0 Mon Sep 17 00:00:00 2001 From: Renan Souza Date: Fri, 25 Oct 2024 13:00:36 -0400 Subject: [PATCH] Fix docstrings spacing in version.py --- .github/workflows/version_bumper.py | 3 +-- src/flowcept/version.py | 1 - 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/version_bumper.py b/.github/workflows/version_bumper.py index 9019bda4..9906b252 100644 --- a/.github/workflows/version_bumper.py +++ b/.github/workflows/version_bumper.py @@ -20,8 +20,7 @@ print("New version: " + new_version) with open(version_file_path, "w") as f: - f.write( - f""" + f.write(f""" \"\"\"Version module.\"\"\" # WARNING: CHANGE THIS FILE MANUALLY ONLY TO RESOLVE CONFLICTS! diff --git a/src/flowcept/version.py b/src/flowcept/version.py index 5b41d082..04b27ad2 100644 --- a/src/flowcept/version.py +++ b/src/flowcept/version.py @@ -1,4 +1,3 @@ - """Version module.""" # WARNING: CHANGE THIS FILE MANUALLY ONLY TO RESOLVE CONFLICTS!