Skip to content
This repository has been archived by the owner on Mar 1, 2018. It is now read-only.

Commit

Permalink
added missing import on __init__
Browse files Browse the repository at this point in the history
  • Loading branch information
jtemporal committed Mar 8, 2017
1 parent f48f25a commit e3c22c4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions rosie/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
from rosie.meal_price_outlier_classifier import MealPriceOutlierClassifier
from rosie.monthly_subquota_limit_classifier import MonthlySubquotaLimitClassifier
from rosie.traveled_speeds_classifier import TraveledSpeedsClassifier
from rosie.irregular_companies_classifier import IrregularCompaniesClassifier


class Rosie:
Expand Down

0 comments on commit e3c22c4

Please sign in to comment.