Skip to content

Commit 06448c8

Browse files
committed
add required __future__ import
1 parent 4580738 commit 06448c8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

hatch_build.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
from __future__ import absolute_import
2+
13
import os
24
import sys
35

0 commit comments

Comments
 (0)