Skip to content

Commit

Permalink
Fix missing blank line trigering flake8 error and make coffee
Browse files Browse the repository at this point in the history
  • Loading branch information
Cedric Hofstetter committed Oct 7, 2020
1 parent bdf5746 commit fb55e67
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions homebytwo/conftest.py
Expand Up @@ -31,6 +31,7 @@ def athlete(db, client):
def data_dir_path(request):
return Path(request.module.__file__).parent.resolve()


@fixture
def open_file(data_dir_path):
def _open_file(file, binary=False):
Expand Down

0 comments on commit fb55e67

Please sign in to comment.