Skip to content

Commit

Permalink
flake8 lint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
drotheram authored and wkhchow committed May 12, 2022
1 parent 2dab968 commit e5d329b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion python/psra_postgres2es.py
Original file line number Diff line number Diff line change
Expand Up @@ -360,7 +360,7 @@ def main():
)
table.postgis2es()

# hexgrid 100km unclipped aggregation
# hexgrid 100km unclipped aggregation
table = utils.PostGISdataset(
utils.PostGISConnection(),
utils.ESConnection(settings={
Expand Down Expand Up @@ -439,5 +439,6 @@ def main():

return


if __name__ == '__main__':
main()

0 comments on commit e5d329b

Please sign in to comment.