Skip to content

Commit bb8fe8d

Browse files
authored
Merge pull request #139 from meaningfy-ws/feature/TED-staging-test
Update __init__.py
2 parents 31a5263 + 5c78aaa commit bb8fe8d

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

tests/__init__.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,4 +33,5 @@ def __enter__(self):
3333
return self.path
3434

3535
def __exit__(self, exc_type, exc_val, exc_tb):
36-
shutil.rmtree(self.path)
36+
shutil.rmtree(self.path)
37+

0 commit comments

Comments
 (0)