Skip to content

Commit

Permalink
Merge pull request #5 from KOSASIH/deepsource-transform-4d516ff5
Browse files Browse the repository at this point in the history
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
  • Loading branch information
KOSASIH committed May 11, 2024
2 parents 4a4bdac + 24556f1 commit aed5dc3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion web/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,9 @@

Base = declarative_base()


class Pipfs(Base):
__tablename__ = 'pipfs'
__tablename__ = "pipfs"

id = Column(Integer, primary_key=True)
name = Column(String)
Expand Down

0 comments on commit aed5dc3

Please sign in to comment.