Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
jdebacker committed Sep 16, 2024
1 parent bfdffb1 commit 08fd1f5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
8 changes: 4 additions & 4 deletions ccc/calculator.py
Original file line number Diff line number Diff line change
Expand Up @@ -2091,7 +2091,7 @@ def asset_bubble(
tools="hover",
background_fill_alpha=0,
# change things on all axes
**PLOT_FORMATS
**PLOT_FORMATS,
)
if include_title:
p.add_layout(
Expand All @@ -2100,7 +2100,7 @@ def asset_bubble(
"Marginal Effective Tax Rates on Corporate Investments"
+ " in Equipment"
),
**TITLE_FORMATS
**TITLE_FORMATS,
),
"above",
)
Expand Down Expand Up @@ -2179,15 +2179,15 @@ def asset_bubble(
# toolbar_location=None,
tools="hover",
background_fill_alpha=0,
**PLOT_FORMATS
**PLOT_FORMATS,
)
p2.add_layout(
Title(
text=(
"Marginal Effective Tax Rates on Corporate "
+ "Investments in Structures"
),
**TITLE_FORMATS
**TITLE_FORMATS,
),
"above",
)
Expand Down
1 change: 0 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

import setuptools

with open("README.md", "r", encoding="utf-8") as fh:
Expand Down

0 comments on commit 08fd1f5

Please sign in to comment.