Skip to content

Commit 721eb9e

Browse files
authored
Merge pull request #39 from damklis/develop
Format fixtures
2 parents ca10be0 + c940e67 commit 721eb9e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

airflow/modules/tests/fixtures.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ def helper(status_code):
9898
yield helper
9999

100100

101-
@pytest.fixture()
101+
@pytest.fixture
102102
def raw_content():
103103
def helper(filename):
104104
return resource_string(
@@ -109,7 +109,7 @@ def helper(filename):
109109
yield helper
110110

111111

112-
@pytest.fixture()
112+
@pytest.fixture
113113
def add_function():
114114

115115
@retry(5)

0 commit comments

Comments
 (0)