Skip to content

Commit

Permalink
handle lint complain
Browse files Browse the repository at this point in the history
  • Loading branch information
amofakhar committed Oct 31, 2024
1 parent e275f9b commit 68ed99f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pipelinewise/cli/multiprocess.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,8 @@ def exception(self):
self._exception = self._pconn.recv()
return self._exception

def set_start_method_as_spawn(self):
@classmethod
def set_start_method_as_spawn(cls):
"""
set start method as spawn
"""
Expand Down

0 comments on commit 68ed99f

Please sign in to comment.