Skip to content

Commit

Permalink
Merging master
Browse files Browse the repository at this point in the history
  • Loading branch information
Tim Bart committed Aug 26, 2016
1 parent 9e3f9cb commit 863cd76
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 5 deletions.
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
package com.hello.suripu.core.processors.insights;
package com.hello.suripu.core.insights.models;

import com.google.common.base.Optional;
import com.hello.suripu.core.db.AccountReadDAO;
import com.hello.suripu.core.db.SleepStatsDAODynamoDB;
import com.hello.suripu.core.insights.InsightCard;
import com.hello.suripu.core.insights.models.text.Text;
import com.hello.suripu.core.models.Account;
import com.hello.suripu.core.models.AggregateSleepStats;
import com.hello.suripu.core.models.Insights.InsightCard;
import com.hello.suripu.core.models.Insights.Message.SleepDeprivationMsgEN;
import com.hello.suripu.core.models.Insights.Message.Text;
import com.hello.suripu.core.models.SleepDebtProfile;
import com.hello.suripu.core.util.DateTimeUtil;
import org.joda.time.DateTime;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
package com.hello.suripu.core.models.Insights.Message;

import com.hello.suripu.core.insights.models.text.Text;

/**
* Created by jarredheinrich on 7/8/16.
*/
Expand Down
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
package com.hello.suripu.core.processors.insights;
package com.hello.suripu.core.insights.models;

import com.google.common.base.Optional;
import com.google.common.collect.ImmutableList;
import com.google.common.collect.Lists;
import com.hello.suripu.core.db.AccountReadDAO;
import com.hello.suripu.core.db.SleepStatsDAODynamoDB;
import com.hello.suripu.core.insights.InsightCard;
import com.hello.suripu.core.models.Account;
import com.hello.suripu.core.models.AggregateSleepStats;
import com.hello.suripu.core.models.Insights.InsightCard;
import com.hello.suripu.core.models.Insights.Message.SleepDeprivationMsgEN;
import com.hello.suripu.core.models.MotionScore;
import com.hello.suripu.core.models.SleepStats;
Expand Down

0 comments on commit 863cd76

Please sign in to comment.