Skip to content

Commit

Permalink
removed unnecessary imports
Browse files Browse the repository at this point in the history
  • Loading branch information
VincentVerelst committed Jun 12, 2024
1 parent dcb95e9 commit f20e64e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/extractions/point_extractions/point_extractions.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
import logging
from functools import partial
from pathlib import Path
from typing import List, Optional, Union
from typing import List, Optional

import geojson
import geopandas as gpd
Expand Down

0 comments on commit f20e64e

Please sign in to comment.