We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 31a5263 + 5c78aaa commit bb8fe8dCopy full SHA for bb8fe8d
1 file changed
tests/__init__.py
@@ -33,4 +33,5 @@ def __enter__(self):
33
return self.path
34
35
def __exit__(self, exc_type, exc_val, exc_tb):
36
- shutil.rmtree(self.path)
+ shutil.rmtree(self.path)
37
+
0 commit comments