Skip to content

Commit

Permalink
Internal
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 691385397
  • Loading branch information
OskarBun authored and The etils Authors committed Oct 30, 2024
1 parent c065b43 commit 61c2c73
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions etils/epy/text_utils_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,10 @@ def test_pretty_repr_tuple():
assert epy.pretty_repr([1, 2]) == '[1, 2]'


def _fn_with_var_args(*args): # pylint: disable=unused-argument
return


def _fn_with_var_kwargs(arg1, kwarg1=None, **kwargs): # pylint: disable=unused-argument
return

Expand Down

0 comments on commit 61c2c73

Please sign in to comment.