Skip to content

Commit

Permalink
fix: Remove extraneous "Foo" type from Py codegen (#1867)
Browse files Browse the repository at this point in the history
This type appears to be an artifact from testing/development and has no references in the source.
  • Loading branch information
BrendanWalsh authored Mar 13, 2023
1 parent a5bec45 commit 83f8260
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,6 @@ import java.io.File

object PyCodegen {

type Foo = Estimator[_ <: Model[_]]

import CodeGenUtils._

def generatePythonClasses(conf: CodegenConfig): Unit = {
Expand Down

0 comments on commit 83f8260

Please sign in to comment.