Commit 40416a1
Remove @DeprecationWarning as it isn't a decorator
`tearDownPyfakefs` is a no-op legacy API, it was given @DeprecationWarning as a decorator... which broke it rather than making it a no-op callable as that isn't a decorator.
This fixes:
```
self.tearDownPyfakefs()
TypeError: 'DeprecationWarning' object is not callable
```
in code updating to a modern pyfakefs that still calls it.1 parent 518ab38 commit 40416a1
1 file changed
+0
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
329 | 329 | | |
330 | 330 | | |
331 | 331 | | |
332 | | - | |
333 | 332 | | |
334 | 333 | | |
335 | 334 | | |
| |||
0 commit comments