Skip to content

Commit 2384f15

Browse files
committed
codestyle
1 parent 0b016c4 commit 2384f15

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

huntflow_api_client/models/consts.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,6 +180,7 @@ class UserControlTaskStatus(str, Enum):
180180
SUCCESS = "SUCCESS"
181181
FAILED = "FAILED"
182182

183+
183184
class RecommendationProcessingStatus(str, Enum):
184185
ALL = "ALL"
185186
PROCESSED = "PROCESSED"
@@ -191,7 +192,7 @@ class RecommendationStatus(str, Enum):
191192
TAKEN_OTHER = "TAKEN_OTHER"
192193
DECLINED = "DECLINED"
193194

194-
195+
195196
class InterviewType(str, Enum):
196197
USER = "user"
197198
INTERVIEW = "interview"

0 commit comments

Comments
 (0)