Skip to content

Commit

Permalink
Resolve conflicts
Browse files Browse the repository at this point in the history
  • Loading branch information
Dmitry Maryushkin committed Oct 12, 2024
1 parent c5a4109 commit 7018894
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dojo/importers/auto_create_context.py
Original file line number Diff line number Diff line change
Expand Up @@ -292,7 +292,7 @@ def get_or_create_engagement(
auto_create_context: bool = False,
deduplication_on_engagement: bool = False,
source_code_management_uri: str | None = None,
target_end: Optional[datetime] = None,
target_end: datetime | None = None,
**kwargs: dict,
) -> Engagement:
"""Fetches an engagement by name or ID if one already exists."""
Expand Down

0 comments on commit 7018894

Please sign in to comment.