Skip to content

Commit

Permalink
minor format corrections
Browse files Browse the repository at this point in the history
  • Loading branch information
yarray committed May 13, 2015
1 parent 82bb54d commit baa1075
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion e2e/features/environment.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
Hooks for running tests
"""
from urlparse import urljoin
import behave
import os

from steps._fixture import Fixture
Expand All @@ -28,6 +27,7 @@ def before_all(context):
)
context.file_path = get_file_path


def before_scenario(context, _):
clean_db(context)

Expand Down

0 comments on commit baa1075

Please sign in to comment.