Skip to content

Commit 04bdbb7

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 300c49c commit 04bdbb7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/conftest.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,12 @@
2323
if os.name != "nt":
2424
HistoryManager._max_inst = 1
2525

26+
2627
@pytest.fixture(scope="session", autouse=True)
2728
def do_something(request):
2829
gc.collect()
2930

31+
3032
try:
3133
import resource
3234
except ImportError:

0 commit comments

Comments
 (0)