Skip to content

Commit

Permalink
refactor: Remove unnecessary linting ignore comment
Browse files Browse the repository at this point in the history
  • Loading branch information
nfelt14 committed Oct 28, 2024
1 parent 7da7ec8 commit 577b37f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion actions/update_development_dependencies/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
import yaml

from pypi_simple import PyPISimple
from yamlfix import fix_files # pyright: ignore[reportUnknownVariableType]
from yamlfix import fix_files

_ENV_VAR_TRUE_VALUES = {"1", "true", "yes"}

Expand Down

0 comments on commit 577b37f

Please sign in to comment.