Skip to content

Commit

Permalink
samples: small fix (#320)
Browse files Browse the repository at this point in the history
* samples: small fix

* fixed version region
  • Loading branch information
munkhuushmgl authored and Shabirmean committed Nov 18, 2022
1 parent 8f5973f commit 283b782
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@ private static String requireEnvVar(String varName) {
public static void checkRequirements() {
requireEnvVar("GOOGLE_APPLICATION_CREDENTIALS");
requireEnvVar("AUTOML_PROJECT_ID");
requireEnvVar("TABLE_MODEL_ID");
}

@Before
Expand Down

0 comments on commit 283b782

Please sign in to comment.