Skip to content

Commit cbc8c91

Browse files
removed unnecessary imports
1 parent a0f73ef commit cbc8c91

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

raster2dggs/indexers/a5rasterindexer.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,6 @@
66
from typing import Callable, Tuple, Union
77
from math import floor
88

9-
import h3pandas # Necessary import despite lack of explicit use
10-
11-
import h3 as h3py
12-
139
import a5 as a5py
1410
import pandas as pd
1511
import pyarrow as pa

0 commit comments

Comments
 (0)