Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove empty assertion from er_io get_sources() and get_subjects() #240

Merged
merged 12 commits into from
Aug 14, 2024
Prev Previous commit
Next Next commit
Merge branch 'master' into 223/event_dates
  • Loading branch information
atmorling committed Aug 5, 2024
commit 36ca03347dc6c6ae2f021dae16255a6215829d18
3 changes: 2 additions & 1 deletion ecoscope/io/async_earthranger.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@
import geopandas as gpd
import pandas as pd
import asyncio
from erclient.client import AsyncERClient

import ecoscope
from ecoscope.io.utils import to_hex
from ecoscope.io.earthranger_utils import clean_kwargs, to_gdf, clean_time_cols

Expand Down
You are viewing a condensed version of this merge commit. You can view the full changes here.