Skip to content

Commit

Permalink
Silence some pytype errors.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 398607556
  • Loading branch information
rchen152 authored and copybara-github committed Sep 23, 2021
1 parent 907171a commit 0dbe246
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ def get_noise_dimensions(
return noise_dimensions


def _create_noise_inputs(num_upsampling_blocks: int) -> List[tf.keras.Input]:
def _create_noise_inputs(num_upsampling_blocks: int) -> List[tf.keras.Input]: # pytype: disable=invalid-annotation # typed-keras
"""Creates the noise input layers."""
noise_dimensions = get_noise_dimensions(num_upsampling_blocks)
noise_inputs = [
Expand Down

0 comments on commit 0dbe246

Please sign in to comment.