Skip to content

Commit

Permalink
refactor: Linting
Browse files Browse the repository at this point in the history
  • Loading branch information
Sarrabah committed Oct 30, 2024
1 parent b989779 commit 15e1ab5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tests/test_validator_with_options.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ def test_validator():
"Validator", "validator", "Test validator", _valid_values_enum
)

_test_cases: List[Dict[str, Union[Options,List[str]] ]] = [
_test_cases: List[Dict[str, Union[Options, List[str]]]] = [
{
"options": Options(ignore_case=True),
"valid_cases": ["bonjour"],
Expand Down

0 comments on commit 15e1ab5

Please sign in to comment.