Skip to content

Commit 464f3b4

Browse files
committed
organized imports
1 parent bbbe4af commit 464f3b4

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

update_items.py

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -12,19 +12,20 @@
1212
1313
"""
1414

15-
import os
16-
import sys
1715
import argparse
18-
import traceback
1916
import json
20-
import re
2117
import logging
22-
log = logging.getLogger(__name__)
18+
import os
19+
import re
20+
import sys
21+
import traceback
2322

24-
import yaml
2523
import nbformat
26-
from nbconvert import HTMLExporter
24+
import yaml
2725
from arcgis.gis import GIS
26+
from nbconvert import HTMLExporter
27+
28+
log = logging.getLogger(__name__)
2829

2930
ITEMS_METADATA_YAML_PATH = os.path.join(".", "items_metadata.yaml")
3031
THUMBNAILS_DIR = os.path.join(".", "static", "thumbnails")

0 commit comments

Comments
 (0)