Skip to content

Commit

Permalink
Fix Import
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-cortez-stevenson committed May 1, 2020
1 parent 6e73ab2 commit 6774eca
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
from pyspark.ml.feature import RegexTokenizer
from pyspark.ml.pipeline import Pipeline

from {{cookiecutter.package_name}} import SnowballStemmer
from {{cookiecutter.package_name}}.common.text import SnowballStemmer


logger = logging.getLogger(__name__)
Expand Down

0 comments on commit 6774eca

Please sign in to comment.