Skip to content

Commit ba97260

Browse files
authored
Update ShipKlingon.py
Cython cleanup.
1 parent 287c8f9 commit ba97260

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

ShipKlingon.py

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
import random
2+
import Glyphs
23
from AbsShip import AbsShip
34

45
class ShipKlingon(AbsShip):
@@ -48,7 +49,3 @@ def attack_if_you_can(game):
4849
return True
4950
return True
5051
return False
51-
52-
53-
54-

0 commit comments

Comments
 (0)