Skip to content

Commit 43d52d3

Browse files
philogicaeMHHukiewitz
authored andcommitted
Remove useless IntEnum
1 parent 66ce395 commit 43d52d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/aleph/sdk/query/filters.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
from typing import Dict, Iterable, Optional, Union
33
from aleph_message.models import MessageType
44
from ..utils import _date_field_to_timestamp, serialize_list, enum_as_str
5-
from enum import Enum, IntEnum
5+
from enum import Enum
66

77

88
class SortBy(str, Enum):

0 commit comments

Comments
 (0)