Skip to content

Commit

Permalink
Delete unused imports.
Browse files Browse the repository at this point in the history
  • Loading branch information
koval committed Sep 6, 2023
1 parent 1e9da90 commit a366183
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion huntflow_api_client/models/common.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import json
from datetime import date, datetime
from typing import AbstractSet, Any, Callable, Dict, List, Mapping, Optional, Union
from typing import AbstractSet, Any, Dict, List, Mapping, Optional, Union

from pydantic import AnyHttpUrl, BaseModel, EmailStr, Field, PositiveInt

Expand Down
2 changes: 1 addition & 1 deletion huntflow_api_client/models/response/vacancies.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from datetime import datetime
from typing import Dict, List, Optional

from pydantic import BaseModel, Field, PositiveInt, RootModel, model_validator
from pydantic import BaseModel, Field, PositiveInt, RootModel

from huntflow_api_client.models.common import File, PaginatedResponse, Vacancy, VacancyQuotaItem
from huntflow_api_client.models.consts import FieldType
Expand Down

0 comments on commit a366183

Please sign in to comment.