Skip to content

Commit

Permalink
missed a bit
Browse files Browse the repository at this point in the history
  • Loading branch information
rcomer committed Dec 14, 2022
1 parent 5487a16 commit 637893c
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions lib/iris/tests/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -936,10 +936,6 @@ def assertEqualAndKind(self, value, expected):
)


def _method_path(meth, cls):
return ".".join([cls.__module__, cls.__name__, meth.__name__])


get_data_path = IrisTest.get_data_path
get_result_path = IrisTest.get_result_path

Expand Down

0 comments on commit 637893c

Please sign in to comment.