Skip to content

Commit

Permalink
Hotfix: remove unused import causing profiler error (#290)
Browse files Browse the repository at this point in the history
  • Loading branch information
JGSweets authored Jun 28, 2021
1 parent 901c875 commit 0bf4c77
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion dataprofiler/profilers/numerical_column_stats.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
import sys

import numpy as np
import scipy.stats

from . import utils
from . import histogram_utils
Expand Down
2 changes: 1 addition & 1 deletion dataprofiler/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

MAJOR = 0
MINOR = 5
MICRO = 2
MICRO = 3

VERSION = '%d.%d.%d' % (MAJOR, MINOR, MICRO)

Expand Down

0 comments on commit 0bf4c77

Please sign in to comment.