Skip to content

Commit

Permalink
Update src/poetry/packages/locker.py
Browse files Browse the repository at this point in the history
Co-authored-by: Randy Döring <30527984+radoering@users.noreply.github.com>
  • Loading branch information
pfouque and radoering committed Jan 15, 2023
1 parent 730aa75 commit 383848a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/poetry/packages/locker.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@
logger = logging.getLogger(__name__)
_GENERATED_IDENTIFIER = "@" + "generated"
GENERATED_COMMENT = (
f"This file is automatically {_GENERATED_IDENTIFIER} by Poetry (version"
f" {__version__}) and should not be changed by hand."
f"This file is automatically {_GENERATED_IDENTIFIER} by Poetry"
f" {__version__} and should not be changed by hand."
)


Expand Down

0 comments on commit 383848a

Please sign in to comment.