From 8a051e250e34e61057f7fbb74d36e0316ddc6467 Mon Sep 17 00:00:00 2001 From: "deepsource-autofix[bot]" <62050782+deepsource-autofix[bot]@users.noreply.github.com> Date: Sat, 11 May 2024 06:37:37 +0000 Subject: [PATCH] style: format code with Autopep8, Black, ClangFormat, dotnet-format, Go fmt, Gofumpt, Google Java Format, isort, Ktlint, PHP CS Fixer, Prettier, RuboCop, Ruff Formatter, Rustfmt, Scalafmt, StandardJS, StandardRB, swift-format and Yapf This commit fixes the style issues introduced in cff4fb5 according to the output from Autopep8, Black, ClangFormat, dotnet-format, Go fmt, Gofumpt, Google Java Format, isort, Ktlint, PHP CS Fixer, Prettier, RuboCop, Ruff Formatter, Rustfmt, Scalafmt, StandardJS, StandardRB, swift-format and Yapf. Details: None --- models/pipfs_model.py | 1 + 1 file changed, 1 insertion(+) diff --git a/models/pipfs_model.py b/models/pipfs_model.py index f4c24b9..ad4db16 100644 --- a/models/pipfs_model.py +++ b/models/pipfs_model.py @@ -1,6 +1,7 @@ # models/pipfs_model.py from pydantic import BaseModel + class Pipfs(BaseModel): id: int name: str