Skip to content

Commit b5fc344

Browse files
authored
Update train.py
1 parent 16c2e3f commit b5fc344

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

train.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#! /usr/bin/python
22
# -*- coding: utf8 -*-
33

4-
import os, time, pickle, random, time
4+
import os, time, pickle, random
55
from datetime import datetime
66
import numpy as np
77
from time import localtime, strftime

0 commit comments

Comments
 (0)