Skip to content

Commit

Permalink
update multiprocessing modules that are needed
Browse files Browse the repository at this point in the history
  • Loading branch information
LaraFuhrmann committed Nov 6, 2023
1 parent b344ae1 commit 6c2f9e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion shorah/b2w.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
import numpy as np
import math
import logging
from multiprocessing import Process, Pool, cpu_count
from multiprocessing import Process, cpu_count
import os
import hashlib

Expand Down

0 comments on commit 6c2f9e5

Please sign in to comment.