Skip to content

Commit fb03368

Browse files
Takashi Matsuobusunkim96
Takashi Matsuo
authored andcommitted
chore: some lint fixes [(#3750)](#3750)
1 parent a7956f6 commit fb03368

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

texttospeech/snippets/ssml_addresses.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,10 @@
1414

1515

1616
# [START tts_ssml_address_imports]
17+
import html
18+
1719
from google.cloud import texttospeech
1820

19-
import html
2021
# [END tts_ssml_address_imports]
2122

2223

texttospeech/snippets/ssml_addresses_test.py

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,10 @@
1111
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
14+
import os
1415

15-
from ssml_addresses import text_to_ssml
1616
from ssml_addresses import ssml_to_audio
17-
18-
import os
17+
from ssml_addresses import text_to_ssml
1918

2019

2120
def test_text_to_ssml(capsys):

0 commit comments

Comments
 (0)