From 879a6fa98a205926f46e9d3f86723fce27ed212c Mon Sep 17 00:00:00 2001 From: "Vyacheslav N. Boyko" Date: Mon, 19 Dec 2016 00:08:20 +0300 Subject: [PATCH] remove wrong imports --- ships.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/ships.py b/ships.py index 0429fc6..d309b60 100644 --- a/ships.py +++ b/ships.py @@ -1,8 +1,6 @@ import random from random import shuffle -from pip._vendor.distlib._backport.shutil import move -from macpath import isabs SIZE = 10