Skip to content

Commit 77234fb

Browse files
committed
Import changes to pass ruff check
1 parent 1f45969 commit 77234fb

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

pandas/tests/io/formats/test_to_excel.py

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,6 @@
11
"""Tests formatting as writer-agnostic ExcelCells"""
22

33
import string
4-
from unittest.mock import (
5-
Mock,
6-
call,
7-
patch,
8-
)
94

105
import numpy as np
116
import pytest
@@ -26,7 +21,6 @@
2621
from pandas.io.formats.excel import (
2722
CssExcelCell,
2823
CSSToExcelConverter,
29-
ExcelCell,
3024
ExcelFormatter,
3125
)
3226
from pandas.io.formats.style import Styler

0 commit comments

Comments
 (0)