Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Jan 30, 2025
1 parent bd71ecf commit eac3930
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion src/unfold/contrib/filters/admin/dropdown_filters.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
from typing import Any, Dict, Generator, List, Tuple, Type
from collections.abc import Generator
from typing import Any, Dict, List, Tuple, Type

from django.contrib import admin
from django.contrib.admin.views.main import ChangeList
Expand Down
3 changes: 2 additions & 1 deletion src/unfold/contrib/filters/admin/mixins.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
from typing import Any, Dict, Generator, List, Optional, Tuple
from collections.abc import Generator
from typing import Any, Dict, List, Optional, Tuple

from django.contrib.admin.views.main import ChangeList
from django.core.validators import EMPTY_VALUES
Expand Down

0 comments on commit eac3930

Please sign in to comment.