Skip to content

Commit b774209

Browse files
committed
B4077081529: Fix CondensedIncomeStatementToReportDToAdapter
Column periods were not correct
1 parent 891eab2 commit b774209

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
import builtins
1414
else:
1515
import __builtin__ as builtins
16-
builtins._ASTROPY_SETUP_ = True
16+
builtins._ASTROPY_SETUP_ = False
1717

1818
import astropy
1919
from astropy_helpers.setup_helpers import (

0 commit comments

Comments
 (0)