Skip to content

Commit

Permalink
unify_deps | 🚨 Removing linter warnings.
Browse files Browse the repository at this point in the history
Signed-off-by: mgorsk1 <[email protected]>
  • Loading branch information
mgorsk1 committed Jun 9, 2021
1 parent 94693cd commit c341c98
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ def _create_node_iterator(self) -> Iterator[GraphNode]:
FeatureGenerationCode.TEXT_ATTR: self.text,
}
if self.last_executed_timestamp:
attrs[FeatureGenerationCode.LAST_EXECUTED_TIMESTAMP_ATTR] = self.last_executed_timestamp
attrs[FeatureGenerationCode.LAST_EXECUTED_TIMESTAMP_ATTR] = str(self.last_executed_timestamp)

yield GraphNode(
key=self._get_generation_code_key(),
Expand Down

0 comments on commit c341c98

Please sign in to comment.