Skip to content

Commit 3fca208

Browse files
authored
Merge pull request #10411 from jdufresne/get-file-content
Remove unused method ConfigurationMixin.get_file_contents()
2 parents 8899c25 + 20d8d0b commit 3fca208

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)