Skip to content

Commit cd20ea8

Browse files
wip
1 parent a9c614d commit cd20ea8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dbldatagen/text_generators.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@
99
import math
1010
import random
1111

12+
import logging
1213
import numpy as np
1314
import pandas as pd
14-
import logging
1515

1616
#: list of hex digits for template generation
1717
_HEX_LOWER = ['0', '1', '2', '3', '4', '5', '6', '7', '8', '9', 'a', 'b', 'c', 'd', 'e', 'f']

0 commit comments

Comments
 (0)