This is an automated email from the ASF dual-hosted git repository.
aradzinski pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-nlpcraft.git
The following commit(s) were added to refs/heads/master by this push:
new ec3dd99 Update README.md
ec3dd99 is described below
commit ec3dd99197f4fa76b2995dc47ac7ecaf8a596935
Author: Aaron Radzinski <[email protected]>
AuthorDate: Fri Jul 30 11:11:36 2021 -0700
Update README.md
---
README.md | 2 --
1 file changed, 2 deletions(-)
diff --git a/README.md b/README.md
index ef2db7f..9aed623 100644
--- a/README.md
+++ b/README.md
@@ -217,8 +217,6 @@ class LightSwitchScalaModel extends
NCModelFileAdapter("lightswitch_model.yaml")
// By default - just return a descriptive action string.
NCResult.text(s"Lights are [$status] in [${locations.toLowerCase}].")
}
-
- override def getId: String = s"${super.getId}.scala"
}
```