Skip to content

Commit

Permalink
lint flake8 E501 line too long
Browse files Browse the repository at this point in the history
  • Loading branch information
Jasha10 committed Feb 24, 2024
1 parent de3fbcc commit e912ca5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_config_loader.py
Original file line number Diff line number Diff line change
Expand Up @@ -295,7 +295,7 @@ def test_load_config_file_with_schema_validation(
dedent(
"""
This behavior is deprecated in Hydra 1.1 and will be removed in Hydra 1.2.
See https://hydra.cc/docs/1.2/upgrades/1.0_to_1.1/automatic_schema_matching for migration instructions."""
See https://hydra.cc/docs/1.2/upgrades/1.0_to_1.1/automatic_schema_matching for migration instructions.""" # noqa: E501 line too long
)
)
)
Expand Down

0 comments on commit e912ca5

Please sign in to comment.