Skip to content

Commit

Permalink
Revert data import
Browse files Browse the repository at this point in the history
  • Loading branch information
nik committed Dec 13, 2024
1 parent 77387b1 commit dd8d1d7
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions label_studio/data_import/functions.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,7 @@


def async_import_background(
import_id,
user_id,
recalculate_stats_func: Optional[Callable[..., None]] = None,
callback_func: Optional[Callable[..., None]] = None,
**kwargs
import_id, user_id, recalculate_stats_func: Optional[Callable[..., None]] = None, **kwargs
):
with transaction.atomic():
try:
Expand Down

0 comments on commit dd8d1d7

Please sign in to comment.