Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
davidlougheed committed Aug 26, 2023
1 parent c5dee38 commit c247892
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bento_aggregation_service/service_manager.py
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ async def _get_data_types_for_service(s: aiohttp.ClientSession, ds: GA4GHService
async with self._http_session(existing=existing_session) as session:
dts: tuple[DataType, ...] = await asyncio.gather(
*(_get_data_types_for_service(session, ds, headers) for ds in data_services))

types: dict[str, DataType] = {}
for dts_item in dts:
dt = {dt.data_type_listing.id: dt for dt in dts_item}
Expand Down

0 comments on commit c247892

Please sign in to comment.