Skip to content

Commit

Permalink
chore: some lint fixes [(#3750)](#3750)
Browse files Browse the repository at this point in the history
  • Loading branch information
Takashi Matsuo authored and busunkim96 committed May 20, 2020
1 parent a7956f6 commit fb03368
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
3 changes: 2 additions & 1 deletion texttospeech/snippets/ssml_addresses.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,10 @@


# [START tts_ssml_address_imports]
import html

from google.cloud import texttospeech

import html
# [END tts_ssml_address_imports]


Expand Down
5 changes: 2 additions & 3 deletions texttospeech/snippets/ssml_addresses_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,10 @@
# 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 os

from ssml_addresses import text_to_ssml
from ssml_addresses import ssml_to_audio

import os
from ssml_addresses import text_to_ssml


def test_text_to_ssml(capsys):
Expand Down

0 comments on commit fb03368

Please sign in to comment.