Skip to content

Commit e18191c

Browse files
entn-atdanpovey
authored andcommitted
[egs] Fix python error by moving __future__ import to top (#2405)
1 parent f9b00e9 commit e18191c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

egs/hkust/s5/local/hkust_segment.py

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

4-
import sys
54
from __future__ import print_function
5+
import sys
66
from mmseg import seg_txt
77
for line in sys.stdin:
88
blks = str.split(line)

0 commit comments

Comments
 (0)