Skip to content

Commit 38b6b8b

Browse files
Daniel SunDaniel Sun
authored andcommitted
PR comments
1 parent 220da18 commit 38b6b8b

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

.idea/.gitignore

Lines changed: 0 additions & 3 deletions
This file was deleted.

nnue/sunfish2.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
#!/usr/bin/env pypy3
22

3+
import time, math
34
from itertools import count
45
from collections import namedtuple, defaultdict
56

@@ -492,8 +493,7 @@ def render_move(move, white_pov):
492493
return render(i) + render(j) + move.prom.lower()
493494

494495
# minifier-hide start
495-
import sys
496-
from tools import uci
496+
import sys, uci
497497

498498
uci.run(sys.modules[__name__])
499499
sys.exit()

0 commit comments

Comments
 (0)