From b62d03ff37635315d807ce5e35c20e500323633d Mon Sep 17 00:00:00 2001 From: romainsacchi Date: Thu, 29 Jun 2023 12:27:05 +0000 Subject: [PATCH] Black reformating --- polyviz/choro.py | 1 - setup.py | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/polyviz/choro.py b/polyviz/choro.py index e696995..be140ce 100644 --- a/polyviz/choro.py +++ b/polyviz/choro.py @@ -48,7 +48,6 @@ def choro( dataframe["unit"] = unit if len(dataframe) > 0: - # Create a new D3Blocks object d3_graph = D3Blocks() d3_graph.choro( diff --git a/setup.py b/setup.py index 3fcb86c..2a8a5a1 100644 --- a/setup.py +++ b/setup.py @@ -23,7 +23,7 @@ def package_files(directory): paths = [] - for (path, directories, filenames) in os.walk(directory): + for path, directories, filenames in os.walk(directory): for filename in filenames: paths.append(os.path.join("..", path, filename)) return paths