Skip to content

Commit

Permalink
Automated Code Change: Suppress pytype errors
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 700257299
  • Loading branch information
Martin Huschenbett authored and pax authors committed Nov 26, 2024
1 parent 4aff21f commit d326c24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion paxml/tools/fiddle/codegen.py
Original file line number Diff line number Diff line change
Expand Up @@ -624,7 +624,7 @@ class Foo:
).code


def codegen_experiment_diff(
def codegen_experiment_diff( # pytype: disable=annotation-type-mismatch
experiment_cls: Type[base_experiment.BaseExperiment],
*,
baseline: Type[Any],
Expand Down

0 comments on commit d326c24

Please sign in to comment.