Skip to content

Commit b75b514

Browse files
Add missing 'math' import (#17)
1 parent 454af45 commit b75b514

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

bulk_insert.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
import os
33
import io
44
import sys
5+
import math
56
import struct
67
import json
78
from timeit import default_timer as timer

0 commit comments

Comments
 (0)