From d432a654f6c54351b4c2ba149bc32137c92bed40 Mon Sep 17 00:00:00 2001 From: lee1jun <21jun7654@gmail.com> Date: Fri, 22 Oct 2021 04:31:32 +0900 Subject: [PATCH] fix typo in license docstring (#14094) last line: "# limitations under the License." is missing --- .../pytorch/audio-classification/run_audio_classification.py | 1 + 1 file changed, 1 insertion(+) diff --git a/examples/pytorch/audio-classification/run_audio_classification.py b/examples/pytorch/audio-classification/run_audio_classification.py index a4dd924408..6211015e2c 100644 --- a/examples/pytorch/audio-classification/run_audio_classification.py +++ b/examples/pytorch/audio-classification/run_audio_classification.py @@ -12,6 +12,7 @@ # distributed under the License is distributed on an "AS IS" BASIS, # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and +# limitations under the License. import logging import os