Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main'
Browse files Browse the repository at this point in the history
  • Loading branch information
romainsacchi committed Jul 16, 2023
2 parents eab5640 + b62d03f commit 7e5c024
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion polyviz/choro.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@ def choro(
dataframe["unit"] = unit

if len(dataframe) > 0:

# Create a new D3Blocks object
d3_graph = D3Blocks()
d3_graph.choro(
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7e5c024

Please sign in to comment.