Skip to content

Commit

Permalink
fix import (#6880)
Browse files Browse the repository at this point in the history
  • Loading branch information
jaroslawmalekcodete authored and scottdraves committed Feb 20, 2018
1 parent 738d006 commit bd9ab09
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@
import com.twosigma.beakerx.kernel.msg.JupyterMessages;
import com.twosigma.beakerx.message.Message;
import com.twosigma.beakerx.mimetype.MIMEContainer;
import com.twosigma.beakerx.widget.IntSlider;
import com.twosigma.beakerx.widget.Widget;
import com.twosigma.beakerx.widget.integers.IntSlider;
import org.junit.After;
import org.junit.Before;
import org.junit.Test;
Expand Down

0 comments on commit bd9ab09

Please sign in to comment.