Skip to content

Commit

Permalink
pass black formatting and mypy check
Browse files Browse the repository at this point in the history
  • Loading branch information
pattonw committed Jun 13, 2024
1 parent 83549d7 commit 2bd13e4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion daisy/worker.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ def __init__(self, spawn_function, context=None, error_queue=None):
@property
def spawn_function(self):
return dill.loads(self._spawn_function)

@spawn_function.setter
def spawn_function(self, value):
self._spawn_function = dill.dumps(value)
Expand Down
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -47,5 +47,6 @@ module = [
"funlib.*",
"tqdm.*",
"pkg_resources.*",
"dill",
]
ignore_missing_imports = true

0 comments on commit 2bd13e4

Please sign in to comment.