Skip to content

Commit 0e5012f

Browse files
Fix for black formatter
1 parent 834aad8 commit 0e5012f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pandas/tests/io/parser/test_common.py

+1
Original file line numberDiff line numberDiff line change
@@ -2086,6 +2086,7 @@ def test_integer_precision(all_parsers):
20862086
def test_file_descriptor_leak(all_parsers):
20872087
# GH 31488
20882088
import psutil
2089+
20892090
proc = psutil.Process()
20902091
parser = all_parsers
20912092
with tm.ensure_clean() as path:

0 commit comments

Comments
 (0)