Skip to content

Commit

Permalink
Revert wrong test
Browse files Browse the repository at this point in the history
  • Loading branch information
tonioo committed Dec 18, 2023
1 parent f3cf3a9 commit 3cebabb
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions modoboa_contacts/importer/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ def import_csv_file(addressbook,
delimiter: str,
carddav_password: str = None):
with open(csv_filename) as fp:
if backend_name == "auto":
backend, rows = get_import_backend(
fp, delimiter, backend_name)
backend, rows = get_import_backend(
fp, delimiter, backend_name)
backend(addressbook).proceed(rows, carddav_password)

0 comments on commit 3cebabb

Please sign in to comment.