Skip to content

Commit

Permalink
pep8
Browse files Browse the repository at this point in the history
  • Loading branch information
j-bennet committed Sep 22, 2018
1 parent e6e26d5 commit 741a325
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions tests/features/fixture_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,7 @@ def read_fixture_lines(filename):


def read_fixture_files():
"""
Read all files inside fixture_data directory.
"""
"""Read all files inside fixture_data directory."""
current_dir = os.path.dirname(__file__)
fixture_dir = os.path.join(current_dir, 'fixture_data/')
print('reading fixture data: {}'.format(fixture_dir))
Expand Down

0 comments on commit 741a325

Please sign in to comment.