Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
StannisMod committed Oct 17, 2023
1 parent ad88fcb commit e65afc3
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions sampo/schemas/scheduled_work.py
Original file line number Diff line number Diff line change
Expand Up @@ -133,9 +133,3 @@ def to_dict(self) -> dict[str, Any]:
'contractor_id': self.contractor,
'workers': {worker.name: worker.count for worker in self.workers},
}

# def __deepcopy__(self, memodict={}):
# return ScheduledWork(deepcopy(self.work_unit, memodict),
# deepcopy(self.start_end_time, memodict),
# deepcopy(self.workers, memodict),
# self.contractor)

0 comments on commit e65afc3

Please sign in to comment.