Skip to content

Commit 195d7b2

Browse files
committed
lint: format
1 parent 8acd18b commit 195d7b2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

_delphi_utils_python/delphi_utils/geomap.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@
33
Authors: Dmitry Shemetov @dshemetov, James Sharpnack @jsharpna, Maria Jahja
44
"""
55

6-
from os.path import join
76
from collections import defaultdict
7+
from os.path import join
88
from typing import Iterator, List, Literal, Optional, Set, Union
99

10-
import pandas as pd
1110
import importlib_resources
11+
import pandas as pd
1212
from pandas.api.types import is_string_dtype
1313

1414

0 commit comments

Comments
 (0)