Skip to content

Commit

Permalink
APP-4472 - Adding naics_tags module
Browse files Browse the repository at this point in the history
  • Loading branch information
bpurdy-tc committed Apr 19, 2024
1 parent 2c7e735 commit 519c11e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tcex/api/tc/v3/file_occurrences/file_occurrence_model.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ class FileOccurrenceModel(
methods=['POST', 'PUT'],
title='path',
)
id: int | None = Field(
id: int | None = Field( # pylint: disable=redefined-builtin
None,
title='id',
)
Expand Down
2 changes: 1 addition & 1 deletion tcex/api/tc/v3/security/task_assignee_model.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ class TaskAssigneeModel(
read_only=True,
title='dateAdded',
)
id: int | None = Field(
id: int | None = Field( # pylint: disable=redefined-builtin
None,
description='The ID of the item.',
read_only=True,
Expand Down

0 comments on commit 519c11e

Please sign in to comment.