Skip to content

Commit

Permalink
Merge pull request #2307 from markmcd:license-nbfmt
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 630930037
  • Loading branch information
copybara-github committed May 6, 2024
2 parents be897e7 + 3977010 commit d8ff819
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/tensorflow_docs/tools/nblint/style/tensorflow.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ def copyright_check(args):
return any(re.search(pattern, cell_source) for pattern in copyrights_re)


license_re = re.compile("#@title Licensed under the Apache License")
license_re = re.compile("#\s?@title Licensed under the Apache License")


@lint(
Expand Down

0 comments on commit d8ff819

Please sign in to comment.