Skip to content

Commit

Permalink
deleted 'across_groups' from multi_post_map_annotation as it was not …
Browse files Browse the repository at this point in the history
…accessed
  • Loading branch information
JensWendt committed Jul 30, 2024
1 parent b724f17 commit 8a3e8dd
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions ezomero/_importer.py
Original file line number Diff line number Diff line change
Expand Up @@ -166,8 +166,7 @@ def set_or_create_screen(conn: BlitzGateway, screen: Union[str, int],

def multi_post_map_annotation(conn: BlitzGateway, object_type: str,
object_ids: Union[int, List[int]], kv_dict: dict,
ns: str, across_groups: Optional[bool] = True
) -> int:
ns: str) -> int:
"""Create a single new MapAnnotation and link to multiple images.
Parameters
----------
Expand Down

0 comments on commit 8a3e8dd

Please sign in to comment.