Skip to content

Commit 4136a8d

Browse files
committed
codestyle
1 parent 482f1c0 commit 4136a8d

2 files changed

Lines changed: 4 additions & 3 deletions

File tree

huntflow_api_client/models/common.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,11 @@
77

88
from huntflow_api_client.models.consts import (
99
CalendarEventReminderMethod,
10+
CalendarEventStatus,
1011
EmailContactType,
1112
EventReminderMultiplier,
1213
MemberType,
13-
VacancyState, CalendarEventStatus,
14+
VacancyState,
1415
)
1516

1617
_FieldSet: typing_extensions.TypeAlias = "Set[int] | Set[str] | Dict[int, Any] | Dict[str, Any]"

huntflow_api_client/models/response/applicant_logs.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@
55

66
from huntflow_api_client.models.common import (
77
ApplicantOffer,
8-
CalendarEventAttendeeRequest,
8+
CalendarEventAttendeeResponse,
99
File,
1010
PaginatedResponse,
11-
VacancyQuotaItem, CalendarEventAttendeeResponse,
11+
VacancyQuotaItem,
1212
)
1313
from huntflow_api_client.models.consts import (
1414
ApplicantLogType,

0 commit comments

Comments
 (0)