Skip to content

Commit

Permalink
Fix for isort test
Browse files Browse the repository at this point in the history
  • Loading branch information
philogicae committed Feb 19, 2024
1 parent 010bdd0 commit 4c07630
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/aleph/sdk/query/filters.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
from datetime import datetime
from enum import Enum
from typing import Dict, Iterable, Optional, Union

from aleph_message.models import MessageType
from ..utils import _date_field_to_timestamp, serialize_list, enum_as_str
from enum import Enum

from ..utils import _date_field_to_timestamp, enum_as_str, serialize_list


class SortBy(str, Enum):
Expand Down

0 comments on commit 4c07630

Please sign in to comment.