From a5e3e2fc0b23e03c37ae8b45913bc7d46c7f37fb Mon Sep 17 00:00:00 2001 From: Panos Athanasiou <38324721+panosatha@users.noreply.github.com> Date: Tue, 9 May 2023 15:14:16 +0200 Subject: [PATCH] commented out us package --- hydromt_fiat/workflows/social_vulnerability_index.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hydromt_fiat/workflows/social_vulnerability_index.py b/hydromt_fiat/workflows/social_vulnerability_index.py index ebbad907..4ddef4c7 100644 --- a/hydromt_fiat/workflows/social_vulnerability_index.py +++ b/hydromt_fiat/workflows/social_vulnerability_index.py @@ -1,5 +1,5 @@ from census import Census #install in your environment using pip install Census -from us import states #install in your environment using pip install us +# from us import states #install in your environment using pip install us import pandas as pd