Skip to content

Commit 3c21b8e

Browse files
Converted import * to explicit import list.
1 parent f4d0816 commit 3c21b8e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

bashplotlib/histogram.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
import math
1111
import optparse
1212
from os.path import dirname
13-
from .utils.helpers import *
13+
from .utils.helpers import isiterable, drange, box_text, printcolour, colour_help
1414
from .utils.commandhelp import hist
1515

1616

0 commit comments

Comments
 (0)