From 806099983d5a128527a3339cb5afafdbd1aa78ef Mon Sep 17 00:00:00 2001 From: Ryuichi Yamamoto Date: Sat, 29 Jun 2024 10:45:01 +0900 Subject: [PATCH] remove deprecated old code --- pysptk/__init__.py | 2 -- pysptk/_sptk.pyx | 1 - pysptk/conversion.py | 2 -- 3 files changed, 5 deletions(-) diff --git a/pysptk/__init__.py b/pysptk/__init__.py index 3c5c790..bc1f1da 100644 --- a/pysptk/__init__.py +++ b/pysptk/__init__.py @@ -1,5 +1,3 @@ -# coding: utf-8 - """ A python wrapper for `Speech Signal Processing Toolkit (SPTK) `_. diff --git a/pysptk/_sptk.pyx b/pysptk/_sptk.pyx index a7bd0bf..a91ad11 100644 --- a/pysptk/_sptk.pyx +++ b/pysptk/_sptk.pyx @@ -1,4 +1,3 @@ -# coding: utf-8 # cython: boundscheck=True, wraparound=True import numpy as np diff --git a/pysptk/conversion.py b/pysptk/conversion.py index ebefb97..2ddef04 100644 --- a/pysptk/conversion.py +++ b/pysptk/conversion.py @@ -1,5 +1,3 @@ -# coding: utf-8 - """ Other conversions -----------------