Skip to content

Commit 639ea6c

Browse files
committed
Remove duplicate function
1 parent 3230c2c commit 639ea6c

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

setup.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -45,10 +45,6 @@ def read(fname):
4545
VERSION = _LOCALS['__version__']
4646
LONG_DESCRIPTION = read('README.rst')
4747

48-
def read(fname):
49-
file_path = os.path.join(os.path.dirname(__file__), fname)
50-
return codecs.open(file_path, encoding='utf-8').read()
51-
5248

5349
setup(
5450
name='pytest-helpers-namespace',

0 commit comments

Comments
 (0)