Skip to content

Commit

Permalink
fixes pre-commit hook error ruff
Browse files Browse the repository at this point in the history
  • Loading branch information
dasschnee committed Aug 13, 2024
1 parent 04b643e commit 223c48b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/test_helpers.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@

import os

from tests.helpers import flatten_dict, isolated_environment
from tests.helpers import flatten_dict
from tests.helpers import isolated_environment


def test_flatten_dict() -> None:
Expand Down

0 comments on commit 223c48b

Please sign in to comment.