Skip to content

Commit

Permalink
Fix linting issue
Browse files Browse the repository at this point in the history
  • Loading branch information
lukasmasuch committed Aug 18, 2024
1 parent 51a491b commit c7869df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ convention = "google"

[tool.ruff.lint.isort]
# so it knows to group first-party stuff last
known-first-party = ["streamlit-pydantic", "tests"]
known-first-party = ["streamlit_pydantic", "tests"]

[tool.mypy]
# https://mypy.readthedocs.io/en/stable/config_file.html
Expand Down

0 comments on commit c7869df

Please sign in to comment.