Skip to content

Commit

Permalink
Merge branch 'update-pre-commit' of https://github.com/zincware/ZnFlow
Browse files Browse the repository at this point in the history
…into update-pre-commit
  • Loading branch information
PythonFZ committed Aug 29, 2024
2 parents a14f199 + 3471080 commit 74344c2
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,4 @@ repos:
rev: 0.7.17
hooks:
- id: mdformat
args: ["--wrap=80"]
args: ["--wrap=80"]
1 change: 0 additions & 1 deletion tests/test_edgecases.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ def result(self):


class NodeCachedProperty(znflow.Node):

@functools.cached_property
def result(self):
raise TypeError("This value is not available until the node is run.")
Expand Down
1 change: 0 additions & 1 deletion znflow/deployment/vanilla.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@

@dataclasses.dataclass
class VanillaDeployment(DeploymentBase):

def _run_node(self, node_uuid):
node = self.graph.nodes[node_uuid]["value"]
predecessors = list(self.graph.predecessors(node_uuid))
Expand Down

0 comments on commit 74344c2

Please sign in to comment.