Fmt
This commit is contained in:
parent
63713c3a2b
commit
bd6b511f16
17 changed files with 544 additions and 377 deletions
|
|
@ -31,7 +31,6 @@
|
|||
"import io\n",
|
||||
"from pathlib import Path\n",
|
||||
"import json\n",
|
||||
"import math\n",
|
||||
"import sys\n",
|
||||
"\n",
|
||||
"import folium\n",
|
||||
|
|
@ -50,7 +49,7 @@
|
|||
"if str(ROOT) not in sys.path:\n",
|
||||
" sys.path.insert(0, str(ROOT))\n",
|
||||
"\n",
|
||||
"from pipeline.transform.tree_density import (\n",
|
||||
"from pipeline.transform.tree_density import ( # noqa: E402\n",
|
||||
" DEFAULT_TOW_TYPES,\n",
|
||||
" _layers,\n",
|
||||
" _metric_columns,\n",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue