Skip to content

Commit

Permalink
Remove useless IntEnum
Browse files Browse the repository at this point in the history
  • Loading branch information
philogicae committed Feb 19, 2024
1 parent b19cf2c commit 010bdd0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/aleph/sdk/query/filters.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
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, IntEnum
from enum import Enum


class SortBy(str, Enum):
Expand Down

0 comments on commit 010bdd0

Please sign in to comment.