Skip to content

Commit

Permalink
Updating pylint error
Browse files Browse the repository at this point in the history
  • Loading branch information
bpurdy-tc committed Jun 12, 2024
1 parent ac913be commit b229fbc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tcex/api/tc/v3/v3_model_abc.py
Original file line number Diff line number Diff line change
Expand Up @@ -393,7 +393,7 @@ def gen_body(
# (e.g., CaseModel -> workflowTemplate field)
# if method == 'POST' or value.id is None or value.updated is True:
if self._calculate_nested_inclusion(method, mode, value): # type: ignore
_data = value.gen_body(method, mode, nested=True)
_data = value.gen_body(method, mode, nested=True) # type: ignore
if _data:
_body[key] = _data

Expand Down

0 comments on commit b229fbc

Please sign in to comment.