Skip to content

Commit

Permalink
Remove unused import. Ignore intellij files
Browse files Browse the repository at this point in the history
  • Loading branch information
Mikael Öhman committed Feb 10, 2014
1 parent a283209 commit 96f775c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ project/plugins/project/

# intellij specific
.idea/

*.iml
1 change: 0 additions & 1 deletion src/main/scala/com/rainysoft/decisiontree/tree/Tree.scala
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
package com.rainysoft.decisiontree.tree

import scala.collection.Traversable
import scala.collection.immutable.Map

/** A tree is either a leaf with a classification value
Expand Down

0 comments on commit 96f775c

Please sign in to comment.