lorserker/ben

unnecessary import in bots.py

Closed this issue · 1 comments

Hi,

if only
from binary import parse_hand_f
needed then
import binary
not needed

If complete binary needed
then
from binary import parse_hand_f
not needed
image