Skip to content

Commit ee59ac0

Browse files
committed
PEP8
1 parent d25d0bc commit ee59ac0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tests/conftest.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -76,11 +76,11 @@ def temp_directory():
7676

7777
@pytest.fixture("session")
7878
def local_file(temp_directory):
79-
file = download_file(WEBEX_TEAMS_TEST_FILE_URL, temp_directory)
79+
file = download_file(WEBEX_TEAMS_TEST_FILE_URL, temp_directory)
8080

81-
yield file
81+
yield file
8282

83-
os.remove(file)
83+
os.remove(file)
8484

8585

8686
@pytest.fixture(scope="session")

0 commit comments

Comments
 (0)