Skip to content

Commit

Permalink
. d cleanup
Browse files Browse the repository at this point in the history
Co-Authored-By: Nitsan Avni <nitsanav@gmail.com>
Co-Authored-By: 4dsherwood <4dsherwood@users.noreply.github.com>
  • Loading branch information
3 people committed Apr 28, 2024
1 parent fb700dd commit 1d4f28e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion approvaltests/namer/inline_comparator.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ def get_caller_method(caller_frame) -> Callable:
caller_function_object = clazz.__dict__.get(caller_function_name)
return caller_function_object

#return InlineComparator().register(self, inline_options)
def register(self, options: "Options", inline_options: InlineOptions = None):
inline_options = InlineOptions.show_code() if inline_options is None else inline_options
options2 = options.with_namer(self)
Expand Down

0 comments on commit 1d4f28e

Please sign in to comment.