Skip to content

Commit 20d8d0b

Browse files
committed
Remove unused method ConfigurationMixin.get_file_contents()
Unused since its introduction in f999060.
1 parent 8899c25 commit 20d8d0b

File tree

2 files changed

+0
-5
lines changed

2 files changed

+0
-5
lines changed

news/50f14abd-68a3-476f-9523-b6c5c86e3c68.trivial.rst

Whitespace-only changes.

tests/lib/configuration_helpers.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,3 @@ def tmpfile(self, contents):
4646
yield path
4747

4848
os.remove(path)
49-
50-
@staticmethod
51-
def get_file_contents(path):
52-
with open(path) as f:
53-
return f.read()

0 commit comments

Comments
 (0)