Skip to content

Commit

Permalink
toml formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
tedivm committed Dec 29, 2023
1 parent 6b0e40d commit 6a0586c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ authors = [{"name" = "Robert Hafner"}]
dependencies = [
"pydot",
"sqlalchemy",
"typer",
"typer"
]
description = ""
dynamic = ["version"]
Expand All @@ -27,7 +27,7 @@ dev = [
"pytest-pretty",
"ruamel.yaml",
"ruff",
"toml-sort",
"toml-sort"
]

[project.scripts]
Expand Down

0 comments on commit 6a0586c

Please sign in to comment.