From d035e3871ad82fffbb627b32d9580a280c022952 Mon Sep 17 00:00:00 2001 From: Richard Evans Date: Thu, 5 Sep 2024 10:03:45 -0600 Subject: [PATCH] Black formatted constants.py --- ogcore/constants.py | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/ogcore/constants.py b/ogcore/constants.py index 1044835a6..ece6e9f9f 100644 --- a/ogcore/constants.py +++ b/ogcore/constants.py @@ -243,10 +243,12 @@ "eta_RM": ["Distribution of remittances", r"$\eta_{RM,j,s,t}$"], "alpha_G": ["Government spending as a share of GDP", r"$\alpha^{G}_{t}$"], "alpha_RM_1": [ - "Remittances as a share of GDP in initial period", r"$\alpha_{RM,1}$" + "Remittances as a share of GDP in initial period", + r"$\alpha_{RM,1}$", ], "alpha_RM_T": [ - "Remittances as a share of GDP in long run", r"$\alpha_{RM,T}$" + "Remittances as a share of GDP in long run", + r"$\alpha_{RM,T}$", ], "g_RM": ["Growth rate of remittances in initial periods", r"$g_{RM,t}$"], "rho_RM": ["Remittances smoothing parameter", r"$\rho_{RM}$"],