Skip to content

Commit 8443730

Browse files
cgohlkeTomAugspurger
authored andcommitted
PKG: Fix ModuleNotFoundError: No module named 'pandas.formats' (#16239)
1 parent 2002da3 commit 8443730

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

setup.py

+1
Original file line numberDiff line numberDiff line change
@@ -648,6 +648,7 @@ def pxd(name):
648648
'pandas.core.util',
649649
'pandas.computation',
650650
'pandas.errors',
651+
'pandas.formats',
651652
'pandas.io',
652653
'pandas.io.json',
653654
'pandas.io.sas',

0 commit comments

Comments
 (0)